Html Css Color HEX #6F440E Raw Umber

📋 copy color: '#6F440E'

red 111 ◦ green 68 ◦ blue 14

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

Shades of Raw Umber #6F440E

Tints of Raw Umber #6F440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 57.51%
G = 35.23%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F440E (or 0x6F440E) is known color: Raw Umber. HEX triplet: 6F, 44 and 0E. RGB value is (111,68,14). Sum of RGB (Red+Green+Blue) = 111+68+14=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F440E is #90BBF1. Grayscale: #4A4A4A. Windows color (decimal): -9485298 or 935023. OLE color: 935023.

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

Color convert

RGB 111 68 14 -
CMYK 0 0.39 0.87 0.56
HSL 33.4º 0.78% 0.25% -
HSV(B) 33.4º 0.87% 0.44% -
XYZ 8.7 7.55 1.41 -
YUV 74.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 111 68 14 0 0.39 0.87 0.56 33.4 0.78 0.25
Hex 6F 44 E 0 27 57 38 21 4E 19
Octal 157 104 16 0 47 127 70 41 116 31
Binary 1101111 1000100 1110 0 100111 1010111 111000 100001 1001110 11001

Color Harmonies of #6F440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F440E

Black with #6F440E

Text Example


Text Example

White with #6F440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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