#6F4432

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

Shades of Cumin #6F4432

Tints of Cumin #6F4432

Color information

#6F4432 (or 0x6F4432) is unknown color: approx Cumin. HEX triplet: 6F, 44 and 32. RGB value is (111,68,50). Sum of RGB (Red+Green+Blue) = 111+68+50=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4432 is #90BBCD. Grayscale: #4E4E4E. Windows color (decimal): -9485262 or 3294319. OLE color: 3294319.

HSL color Cylindrical-coordinate representation of color #6F4432: hue angle of 17.7º 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 #6F4432 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1116850-
CMYK00.390.550.56
HSL17.7º37.89%31.57%-
HSV(B)17.7º54.95%43.53%-
XYZ9.27.744.03-
YUV78.8111.75150.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=48.47%
G=29.69%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111685000.390.550.5617.737.8931.57
Hex6F44320273738122620
Octal157104620476770224640
Binary11011111000100110010010011111011111100010010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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