#6B4A2D

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

Shades of Cafe Royale #6B4A2D

Tints of Cafe Royale #6B4A2D

Color information

#6B4A2D (or 0x6B4A2D) is unknown color: approx Cafe Royale. HEX triplet: 6B, 4A and 2D. RGB value is (107,74,45). Sum of RGB (Red+Green+Blue) = 107+74+45=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A2D is #94B5D2. Grayscale: #505050. Windows color (decimal): -9745875 or 2968171. OLE color: 2968171.

HSL color Cylindrical-coordinate representation of color #6B4A2D: hue angle of 28.06º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B4A2D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1077445-
CMYK00.310.580.58
HSL28.06º40.79%29.8%-
HSV(B)28.06º57.94%41.96%-
XYZ8.998.213.59-
YUV80.56107.93146.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=47.35%
G=32.74%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107744500.310.580.5828.0640.7929.8
Hex6B4A2D01F3A3A1c291e
Octal153112550377272345136
Binary110101110010101011010111111110101110101110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,74,45); }

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

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

 a { background-color: rgb(107,74,45); }

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

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

 span { border-color: rgb(107,74,45); }

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