Html Css Color HEX #6F4637 Cumin

📋 copy color: '#6F4637'

red 111 ◦ green 70 ◦ blue 55

#6F4637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumin #6F4637

Tints of Cumin #6F4637

RGB

 RED value IS 111 (43.75% from 255) = 47.03%

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 47.03%
G = 29.66%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4637 (or 0x6F4637) is known color: Cumin. HEX triplet: 6F, 46 and 37. RGB value is (111,70,55). Sum of RGB (Red+Green+Blue) = 111+70+55=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4637 is #90B9C8. Grayscale: #505050. Windows color (decimal): -9484745 or 3622511. OLE color: 3622511.

HSL color Cylindrical-coordinate representation of color #6F4637: hue angle of 16.07º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4637 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 70 55 -
CMYK 0 0.37 0.50 0.56
HSL 16.07º 0.34% 0.33% -
HSV(B) 16.07º 0.5% 0.44% -
XYZ 9.44 8.04 4.67 -
YUV 80.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 111 70 55 0 0.37 0.50 0.56 16.07 0.34 0.33
Hex 6F 46 37 0 25 32 38 10 22 21
Octal 157 106 67 0 45 62 70 20 42 41
Binary 1101111 1000110 110111 0 100101 110010 111000 10000 100010 100001

Color Harmonies of #6F4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4637

Black with #6F4637

Text Example


Text Example

White with #6F4637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,55); }

 H1.HeaderClassName
 {
   color: #6F4637;
 }
 .AnyTagClassName
 {
   color: #6F4637;
 }
</style>

background-color css

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

 a { background-color: rgb(111,70,55); }

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

border-color css

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

 span { border-color: rgb(111,70,55); }

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