#694C28

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

Shades of Cafe Royale #694C28

Tints of Cafe Royale #694C28

Color information

#694C28 (or 0x694C28) is unknown color: approx Cafe Royale. HEX triplet: 69, 4C and 28. RGB value is (105,76,40). Sum of RGB (Red+Green+Blue) = 105+76+40=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C28 is #96B3D7. Grayscale: #505050. Windows color (decimal): -9876440 or 2641001. OLE color: 2641001.

HSL color Cylindrical-coordinate representation of color #694C28: hue angle of 33.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694C28 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1057640-
CMYK00.280.620.59
HSL33.23º44.83%28.43%-
HSV(B)33.23º61.9%41.18%-
XYZ8.798.333.15-
YUV80.57105.11145.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=47.51%
G=34.39%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105764000.280.620.5933.2344.8328.43
Hex694C2801C3E3B212d1c
Octal151114500347673415534
Binary1101001100110010100001110011111011101110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C28; }

 p { color: rgb(105,76,40); }

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

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

 a { background-color: rgb(105,76,40); }

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

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

 span { border-color: rgb(105,76,40); }

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