#694728

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

Shades of Cafe Royale #694728

Tints of Cafe Royale #694728

Color information

#694728 (or 0x694728) is unknown color: approx Cafe Royale. HEX triplet: 69, 47 and 28. RGB value is (105,71,40). Sum of RGB (Red+Green+Blue) = 105+71+40=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694728 is #96B8D7. Grayscale: #4D4D4D. Windows color (decimal): -9877720 or 2639721. OLE color: 2639721.

HSL color Cylindrical-coordinate representation of color #694728: hue angle of 28.62º 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 #694728 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1057140-
CMYK00.320.620.59
HSL28.62º44.83%28.43%-
HSV(B)28.62º61.9%41.18%-
XYZ8.467.663.04-
YUV77.63106.76147.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=48.61%
G=32.87%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105714000.320.620.5928.6244.8328.43
Hex6947280203E3B1d2d1c
Octal151107500407673355534
Binary1101001100011110100001000001111101110111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694728; }

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

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

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

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

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

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

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

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