#6F4232

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

Shades of Cumin #6F4232

Tints of Cumin #6F4232

Color information

#6F4232 (or 0x6F4232) is unknown color: approx Cumin. HEX triplet: 6F, 42 and 32. RGB value is (111,66,50). Sum of RGB (Red+Green+Blue) = 111+66+50=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4232 is #90BDCD. Grayscale: #4D4D4D. Windows color (decimal): -9485774 or 3293807. OLE color: 3293807.

HSL color Cylindrical-coordinate representation of color #6F4232: hue angle of 15.74º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4232 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1116650-
CMYK00.410.550.56
HSL15.74º37.89%31.57%-
HSV(B)15.74º54.95%43.53%-
XYZ9.087.513.99-
YUV77.63112.41151.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=48.90%
G=29.07%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111665000.410.550.5615.7437.8931.57
Hex6F42320293738102620
Octal157102620516770204640
Binary11011111000010110010010100111011111100010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,50); }

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

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

 a { background-color: rgb(111,66,50); }

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

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

 span { border-color: rgb(111,66,50); }

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