Html Css Color HEX #6F5015 Raw Umber

📋 copy color: '#6F5015'

red 111 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #6F5015

Tints of Raw Umber #6F5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 52.36%
G = 37.74%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F5015 (or 0x6F5015) is known color: Raw Umber. HEX triplet: 6F, 50 and 15. RGB value is (111,80,21). Sum of RGB (Red+Green+Blue) = 111+80+21=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5015 is #90AFEA. Grayscale: #525252. Windows color (decimal): -9482219 or 1396847. OLE color: 1396847.

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

Color convert

RGB 111 80 21 -
CMYK 0 0.28 0.81 0.56
HSL 39.33º 0.68% 0.26% -
HSV(B) 39.33º 0.81% 0.44% -
XYZ 9.56 9.17 1.98 -
YUV 82.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 111 80 21 0 0.28 0.81 0.56 39.33 0.68 0.26
Hex 6F 50 15 0 1C 51 38 27 44 1A
Octal 157 120 25 0 34 121 70 47 104 32
Binary 1101111 1010000 10101 0 11100 1010001 111000 100111 1000100 11010

Color Harmonies of #6F5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5015

Black with #6F5015

Text Example


Text Example

White with #6F5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,21); }

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

background-color css

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

 a { background-color: rgb(111,80,21); }

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

border-color css

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

 span { border-color: rgb(111,80,21); }

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