Html Css Color HEX #6F4232 Cumin

📋 copy color: '#6F4232'

red 111 ◦ green 66 ◦ blue 50

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

Shades of Cumin #6F4232

Tints of Cumin #6F4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 48.9%
G = 29.07%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F4232 (or 0x6F4232) is known color: 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

RGB 111 66 50 -
CMYK 0 0.41 0.55 0.56
HSL 15.74º 0.38% 0.32% -
HSV(B) 15.74º 0.55% 0.44% -
XYZ 9.08 7.51 3.99 -
YUV 77.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 111 66 50 0 0.41 0.55 0.56 15.74 0.38 0.32
Hex 6F 42 32 0 29 37 38 10 26 20
Octal 157 102 62 0 51 67 70 20 46 40
Binary 1101111 1000010 110010 0 101001 110111 111000 10000 100110 100000

Color Harmonies of #6F4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4232

Black with #6F4232

Text Example


Text Example

White with #6F4232

Text Example


Text Example

HTML Codes & Css Web 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>