Html Css Color HEX #6F440C Raw Umber

📋 copy color: '#6F440C'

red 111 ◦ green 68 ◦ blue 12

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

Shades of Raw Umber #6F440C

Tints of Raw Umber #6F440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 58.12%
G = 35.6%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F440C (or 0x6F440C) is known color: Raw Umber. HEX triplet: 6F, 44 and 0C. RGB value is (111,68,12). Sum of RGB (Red+Green+Blue) = 111+68+12=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F440C is #90BBF3. Grayscale: #4A4A4A. Windows color (decimal): -9485300 or 803951. OLE color: 803951.

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

Color convert

RGB 111 68 12 -
CMYK 0 0.39 0.89 0.56
HSL 33.94º 0.8% 0.24% -
HSV(B) 33.94º 0.89% 0.44% -
XYZ 8.69 7.54 1.35 -
YUV 74.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 111 68 12 0 0.39 0.89 0.56 33.94 0.8 0.24
Hex 6F 44 C 0 27 59 38 22 50 18
Octal 157 104 14 0 47 131 70 42 120 30
Binary 1101111 1000100 1100 0 100111 1011001 111000 100010 1010000 11000

Color Harmonies of #6F440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F440C

Black with #6F440C

Text Example


Text Example

White with #6F440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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