#6B4D2B

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

Shades of Cafe Royale #6B4D2B

Tints of Cafe Royale #6B4D2B

Color information

#6B4D2B (or 0x6B4D2B) is unknown color: approx Cafe Royale. HEX triplet: 6B, 4D and 2B. RGB value is (107,77,43). Sum of RGB (Red+Green+Blue) = 107+77+43=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D2B is #94B2D4. Grayscale: #525252. Windows color (decimal): -9745109 or 2837867. OLE color: 2837867.

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

Color convert

RGB1077743-
CMYK00.280.600.58
HSL31.88º42.67%29.41%-
HSV(B)31.88º59.81%41.96%-
XYZ9.158.613.46-
YUV82.09105.94145.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=47.14%
G=33.92%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107774300.280.600.5831.8842.6729.41
Hex6B4D2B01C3C3A202b1d
Octal153115530347472405335
Binary1101011100110110101101110011110011101010000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,43); }

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

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

 a { background-color: rgb(107,77,43); }

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

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

 span { border-color: rgb(107,77,43); }

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