#6F502B

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

Shades of Cafe Royale #6F502B

Tints of Cafe Royale #6F502B

Color information

#6F502B (or 0x6F502B) is unknown color: approx Cafe Royale. HEX triplet: 6F, 50 and 2B. RGB value is (111,80,43). Sum of RGB (Red+Green+Blue) = 111+80+43=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F502B is #90AFD4. Grayscale: #555555. Windows color (decimal): -9482197 or 2838639. OLE color: 2838639.

HSL color Cylindrical-coordinate representation of color #6F502B: hue angle of 32.65º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F502B is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1118043-
CMYK00.280.610.56
HSL32.65º44.16%30.2%-
HSV(B)32.65º61.26%43.53%-
XYZ9.869.293.56-
YUV85.05104.27146.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=47.44%
G=34.19%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111804300.280.610.5632.6544.1630.2
Hex6F502B01C3D38212c1e
Octal157120530347570415436
Binary1101111101000010101101110011110111100010000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,43); }

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

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

 a { background-color: rgb(111,80,43); }

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

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

 span { border-color: rgb(111,80,43); }

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