Html Css Color HEX #6F4112 Raw Umber

📋 copy color: '#6F4112'

red 111 ◦ green 65 ◦ blue 18

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

Shades of Raw Umber #6F4112

Tints of Raw Umber #6F4112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

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

R = 57.22%
G = 33.51%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F4112 (or 0x6F4112) is known color: Raw Umber. HEX triplet: 6F, 41 and 12. RGB value is (111,65,18). Sum of RGB (Red+Green+Blue) = 111+65+18=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4112 is #90BEED. Grayscale: #494949. Windows color (decimal): -9486062 or 1196399. OLE color: 1196399.

HSL color Cylindrical-coordinate representation of color #6F4112: hue angle of 30.32º 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 #6F4112 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 18 -
CMYK 0 0.41 0.84 0.56
HSL 30.32º 0.72% 0.25% -
HSV(B) 30.32º 0.84% 0.44% -
XYZ 8.56 7.2 1.51 -
YUV 73.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 111 65 18 0 0.41 0.84 0.56 30.32 0.72 0.25
Hex 6F 41 12 0 29 54 38 1E 48 19
Octal 157 101 22 0 51 124 70 36 110 31
Binary 1101111 1000001 10010 0 101001 1010100 111000 11110 1001000 11001

Color Harmonies of #6F4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4112

Black with #6F4112

Text Example


Text Example

White with #6F4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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