#6B4C23

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

Shades of Cafe Royale #6B4C23

Tints of Cafe Royale #6B4C23

Color information

#6B4C23 (or 0x6B4C23) is unknown color: approx Cafe Royale. HEX triplet: 6B, 4C and 23. RGB value is (107,76,35). Sum of RGB (Red+Green+Blue) = 107+76+35=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C23 is #94B3DC. Grayscale: #505050. Windows color (decimal): -9745373 or 2313323. OLE color: 2313323.

HSL color Cylindrical-coordinate representation of color #6B4C23: hue angle of 34.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B4C23 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1077635-
CMYK00.290.670.58
HSL34.17º50.7%27.84%-
HSV(B)34.17º67.29%41.96%-
XYZ8.958.422.74-
YUV80.59102.27146.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=49.08%
G=34.86%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107763500.290.670.5834.1750.727.84
Hex6B4C2301D433A22331c
Octal1531144303510372426334
Binary11010111001100100011011101100001111101010001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B4C23; }

 p { color: rgb(107,76,35); }

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

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

 a { background-color: rgb(107,76,35); }

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

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

 span { border-color: rgb(107,76,35); }

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