Html Css Color HEX #6F4512 Raw Umber

📋 copy color: '#6F4512'

red 111 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #6F4512

Tints of Raw Umber #6F4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 56.06%
G = 34.85%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F4512 (or 0x6F4512) is known color: Raw Umber. HEX triplet: 6F, 45 and 12. RGB value is (111,69,18). Sum of RGB (Red+Green+Blue) = 111+69+18=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4512 is #90BAED. Grayscale: #4B4B4B. Windows color (decimal): -9485038 or 1197423. OLE color: 1197423.

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

Color convert

RGB 111 69 18 -
CMYK 0 0.38 0.84 0.56
HSL 32.9º 0.72% 0.25% -
HSV(B) 32.9º 0.84% 0.44% -
XYZ 8.79 7.68 1.59 -
YUV 75.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 111 69 18 0 0.38 0.84 0.56 32.9 0.72 0.25
Hex 6F 45 12 0 26 54 38 21 48 19
Octal 157 105 22 0 46 124 70 41 110 31
Binary 1101111 1000101 10010 0 100110 1010100 111000 100001 1001000 11001

Color Harmonies of #6F4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4512

Black with #6F4512

Text Example


Text Example

White with #6F4512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,18); }

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

background-color css

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

 a { background-color: rgb(111,69,18); }

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

border-color css

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

 span { border-color: rgb(111,69,18); }

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