Html Css Color HEX #6F5218 Raw Umber

📋 copy color: '#6F5218'

red 111 ◦ green 82 ◦ blue 24

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

Shades of Raw Umber #6F5218

Tints of Raw Umber #6F5218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 51.15%
G = 37.79%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F5218 (or 0x6F5218) is known color: Raw Umber. HEX triplet: 6F, 52 and 18. RGB value is (111,82,24). Sum of RGB (Red+Green+Blue) = 111+82+24=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5218 is #90ADE7. Grayscale: #545454. Windows color (decimal): -9481704 or 1593967. OLE color: 1593967.

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

Color convert

RGB 111 82 24 -
CMYK 0 0.26 0.78 0.56
HSL 40º 0.64% 0.26% -
HSV(B) 40º 0.78% 0.44% -
XYZ 9.74 9.48 2.18 -
YUV 84.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 111 82 24 0 0.26 0.78 0.56 40 0.64 0.26
Hex 6F 52 18 0 1A 4E 38 28 40 1A
Octal 157 122 30 0 32 116 70 50 100 32
Binary 1101111 1010010 11000 0 11010 1001110 111000 101000 1000000 11010

Color Harmonies of #6F5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5218

Black with #6F5218

Text Example


Text Example

White with #6F5218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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