Html Css Color HEX #6F5F05 Raw Umber

📋 copy color: '#6F5F05'

red 111 ◦ green 95 ◦ blue 5

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

Shades of Raw Umber #6F5F05

Tints of Raw Umber #6F5F05

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.02%

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

R = 52.61%
G = 45.02%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F5F05 (or 0x6F5F05) is known color: Raw Umber. HEX triplet: 6F, 5F and 05. RGB value is (111,95,5). Sum of RGB (Red+Green+Blue) = 111+95+5=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F05 is #90A0FA. Grayscale: #595959. Windows color (decimal): -9478395 or 352111. OLE color: 352111.

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

Color convert

RGB 111 95 5 -
CMYK 0 0.14 0.95 0.56
HSL 50.94º 0.91% 0.23% -
HSV(B) 50.94º 0.95% 0.44% -
XYZ 10.68 11.57 1.82 -
YUV 89.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 111 95 5 0 0.14 0.95 0.56 50.94 0.91 0.23
Hex 6F 5F 5 0 E 5F 38 33 5B 17
Octal 157 137 5 0 16 137 70 63 133 27
Binary 1101111 1011111 101 0 1110 1011111 111000 110011 1011011 10111

Color Harmonies of #6F5F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F05

Black with #6F5F05

Text Example


Text Example

White with #6F5F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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