Html Css Color HEX #6F440D Raw Umber

📋 copy color: '#6F440D'

red 111 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #6F440D

Tints of Raw Umber #6F440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 57.81%
G = 35.42%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F440D (or 0x6F440D) is known color: Raw Umber. HEX triplet: 6F, 44 and 0D. RGB value is (111,68,13). Sum of RGB (Red+Green+Blue) = 111+68+13=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F440D is #90BBF2. Grayscale: #4A4A4A. Windows color (decimal): -9485299 or 869487. OLE color: 869487.

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

Color convert

RGB 111 68 13 -
CMYK 0 0.39 0.88 0.56
HSL 33.67º 0.79% 0.24% -
HSV(B) 33.67º 0.88% 0.44% -
XYZ 8.7 7.54 1.38 -
YUV 74.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 111 68 13 0 0.39 0.88 0.56 33.67 0.79 0.24
Hex 6F 44 D 0 27 58 38 22 4F 18
Octal 157 104 15 0 47 130 70 42 117 30
Binary 1101111 1000100 1101 0 100111 1011000 111000 100010 1001111 11000

Color Harmonies of #6F440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F440D

Black with #6F440D

Text Example


Text Example

White with #6F440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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