Html Css Color HEX #6F4812 Raw Umber

📋 copy color: '#6F4812'

red 111 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #6F4812

Tints of Raw Umber #6F4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

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

R = 55.22%
G = 35.82%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F4812 (or 0x6F4812) is known color: Raw Umber. HEX triplet: 6F, 48 and 12. RGB value is (111,72,18). Sum of RGB (Red+Green+Blue) = 111+72+18=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4812 is #90B7ED. Grayscale: #4D4D4D. Windows color (decimal): -9484270 or 1198191. OLE color: 1198191.

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

Color convert

RGB 111 72 18 -
CMYK 0 0.35 0.84 0.56
HSL 34.84º 0.72% 0.25% -
HSV(B) 34.84º 0.84% 0.44% -
XYZ 8.98 8.06 1.65 -
YUV 77.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 111 72 18 0 0.35 0.84 0.56 34.84 0.72 0.25
Hex 6F 48 12 0 23 54 38 23 48 19
Octal 157 110 22 0 43 124 70 43 110 31
Binary 1101111 1001000 10010 0 100011 1010100 111000 100011 1001000 11001

Color Harmonies of #6F4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4812

Black with #6F4812

Text Example


Text Example

White with #6F4812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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