Html Css Color HEX #6F5214 Raw Umber

📋 copy color: '#6F5214'

red 111 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #6F5214

Tints of Raw Umber #6F5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 52.11%
G = 38.5%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F5214 (or 0x6F5214) is known color: Raw Umber. HEX triplet: 6F, 52 and 14. RGB value is (111,82,20). Sum of RGB (Red+Green+Blue) = 111+82+20=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5214 is #90ADEB. Grayscale: #535353. Windows color (decimal): -9481708 or 1331823. OLE color: 1331823.

HSL color Cylindrical-coordinate representation of color #6F5214: hue angle of 40.88º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F5214 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 82 20 -
CMYK 0 0.26 0.82 0.56
HSL 40.88º 0.69% 0.26% -
HSV(B) 40.88º 0.82% 0.44% -
XYZ 9.7 9.46 1.98 -
YUV 83.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 111 82 20 0 0.26 0.82 0.56 40.88 0.69 0.26
Hex 6F 52 14 0 1A 52 38 29 45 1A
Octal 157 122 24 0 32 122 70 51 105 32
Binary 1101111 1010010 10100 0 11010 1010010 111000 101001 1000101 11010

Color Harmonies of #6F5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5214

Black with #6F5214

Text Example


Text Example

White with #6F5214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,82,20); }

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

background-color css

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

 a { background-color: rgb(111,82,20); }

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

border-color css

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

 span { border-color: rgb(111,82,20); }

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