#6f4231

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

Shades of Cumin #6F4231

Tints of Cumin #6F4231

Color information

#6F4231 (or 0x6F4231) is unknown color: approx Cumin. HEX triplet: 6F, 42 and 31. RGB value is (111,66,49). Sum of RGB (Red+Green+Blue) = 111+66+49=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4231 is #90BDCE. Grayscale: #4D4D4D. Windows color (decimal): -9485775 or 3228271. OLE color: 3228271.

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

Color convert

RGB1116649-
CMYK00.410.560.56
HSL16.45º38.75%31.37%-
HSV(B)16.45º55.86%43.53%-
XYZ9.067.53.88-
YUV77.52111.91151.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=49.12%
G=29.20%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111664900.410.560.5616.4538.7531.37
Hex6F4231029383810271f
Octal157102610517070204737
Binary1101111100001011000101010011110001110001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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