#6E4232

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

Shades of Cumin #6E4232

Tints of Cumin #6E4232

Color information

#6E4232 (or 0x6E4232) is unknown color: approx Cumin. HEX triplet: 6E, 42 and 32. RGB value is (110,66,50). Sum of RGB (Red+Green+Blue) = 110+66+50=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4232 is #91BDCD. Grayscale: #4D4D4D. Windows color (decimal): -9551310 or 3293806. OLE color: 3293806.

HSL color Cylindrical-coordinate representation of color #6E4232: hue angle of 16º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4232 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1106650-
CMYK00.40.550.57
HSL16º37.5%31.37%-
HSV(B)16º54.55%43.14%-
XYZ8.957.443.98-
YUV77.33112.58151.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=48.67%
G=29.20%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110665000.40.550.571637.531.37
Hex6E4232028373910261f
Octal156102620506771204637
Binary1101110100001011001001010001101111110011000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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