#69472A

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

Shades of Cafe Royale #69472A

Tints of Cafe Royale #69472A

Color information

#69472A (or 0x69472A) is unknown color: approx Cafe Royale. HEX triplet: 69, 47 and 2A. RGB value is (105,71,42). Sum of RGB (Red+Green+Blue) = 105+71+42=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69472A is #96B8D5. Grayscale: #4E4E4E. Windows color (decimal): -9877718 or 2770793. OLE color: 2770793.

HSL color Cylindrical-coordinate representation of color #69472A: hue angle of 27.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69472A is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1057142-
CMYK00.320.60.59
HSL27.62º42.86%28.82%-
HSV(B)27.62º60%41.18%-
XYZ8.57.683.22-
YUV77.86107.76147.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=48.17%
G=32.57%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105714200.320.60.5927.6242.8628.82
Hex69472A0203C3B1c2b1d
Octal151107520407473345335
Binary1101001100011110101001000001111001110111110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69472A; }

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

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

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

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

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

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

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

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