#68462B

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

Shades of Cafe Royale #68462B

Tints of Cafe Royale #68462B

Color information

#68462B (or 0x68462B) is unknown color: approx Cafe Royale. HEX triplet: 68, 46 and 2B. RGB value is (104,70,43). Sum of RGB (Red+Green+Blue) = 104+70+43=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68462B is #97B9D4. Grayscale: #4D4D4D. Windows color (decimal): -9943509 or 2836072. OLE color: 2836072.

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

Color convert

RGB1047043-
CMYK00.330.590.59
HSL26.56º41.5%28.82%-
HSV(B)26.56º58.65%40.78%-
XYZ8.347.53.29-
YUV77.09108.76147.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=47.93%
G=32.26%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104704300.330.590.5926.5641.528.82
Hex68462B0213B3B1b291d
Octal150106530417373335135
Binary1101000100011010101101000011110111110111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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