Html Css Color HEX #6F5205 Raw Umber

📋 copy color: '#6F5205'

red 111 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #6F5205

Tints of Raw Umber #6F5205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 56.06%
G = 41.41%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F5205 (or 0x6F5205) is known color: Raw Umber. HEX triplet: 6F, 52 and 05. RGB value is (111,82,5). Sum of RGB (Red+Green+Blue) = 111+82+5=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5205 is #90ADFA. Grayscale: #525252. Windows color (decimal): -9481723 or 348783. OLE color: 348783.

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

Color convert

RGB 111 82 5 -
CMYK 0 0.26 0.95 0.56
HSL 43.58º 0.91% 0.23% -
HSV(B) 43.58º 0.95% 0.44% -
XYZ 9.6 9.43 1.46 -
YUV 81.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 111 82 5 0 0.26 0.95 0.56 43.58 0.91 0.23
Hex 6F 52 5 0 1A 5F 38 2C 5B 17
Octal 157 122 5 0 32 137 70 54 133 27
Binary 1101111 1010010 101 0 11010 1011111 111000 101100 1011011 10111

Color Harmonies of #6F5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5205

Black with #6F5205

Text Example


Text Example

White with #6F5205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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