#694923

Color #694923 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #694923

Tints of Cafe Royale #694923

Color information

#694923 (or 0x694923) is unknown color: approx Cafe Royale. HEX triplet: 69, 49 and 23. RGB value is (105,73,35). Sum of RGB (Red+Green+Blue) = 105+73+35=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #694923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694923 is #96B6DC. Grayscale: #4E4E4E. Windows color (decimal): -9877213 or 2312553. OLE color: 2312553.

HSL color Cylindrical-coordinate representation of color #694923: hue angle of 32.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694923 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1057335-
CMYK00.300.670.59
HSL32.57º50%27.45%-
HSV(B)32.57º66.67%41.18%-
XYZ8.517.892.66-
YUV78.24103.6147.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=49.30%
G=34.27%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105733500.300.670.5932.575027.45
Hex69492301E433B21321b
Octal1511114303610373416233
Binary11010011001001100011011110100001111101110000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694923; }

 p { color: rgb(105,73,35); }

 H1.HeaderClassName
 {
   color: #694923;
 }
 .AnyTagClassName
 {
   color: #694923;
 }
</style>
background-color css

<style>
 a { background-color: #694923; }

 a { background-color: rgb(105,73,35); }

 div.DivClassName
 {
   background-color: #694923;
 }
 .BgClassName
 {
   background-color: #694923;
 }
</style>
border-color css

<style>
 span { border-color: #694923; }

 span { border-color: rgb(105,73,35); }

 td.TdClassName
 {
   border-color: #694923;
 }
 .TagClassName
 {
   border-color: #694923;
 }
</style>