#68472B

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

Shades of Cafe Royale #68472B

Tints of Cafe Royale #68472B

Color information

#68472B (or 0x68472B) is unknown color: approx Cafe Royale. HEX triplet: 68, 47 and 2B. RGB value is (104,71,43). Sum of RGB (Red+Green+Blue) = 104+71+43=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68472B is #97B8D4. Grayscale: #4D4D4D. Windows color (decimal): -9943253 or 2836328. OLE color: 2836328.

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

Color convert

RGB1047143-
CMYK00.320.590.59
HSL27.54º41.5%28.82%-
HSV(B)27.54º58.65%40.78%-
XYZ8.47.623.31-
YUV77.68108.43146.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=47.71%
G=32.57%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104714300.320.590.5927.5441.528.82
Hex68472B0203B3B1c291d
Octal150107530407373345135
Binary1101000100011110101101000001110111110111110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68472B; }

 p { color: rgb(104,71,43); }

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

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

 a { background-color: rgb(104,71,43); }

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

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

 span { border-color: rgb(104,71,43); }

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