Html Css Color HEX #6F5017 Raw Umber

📋 copy color: '#6F5017'

red 111 ◦ green 80 ◦ blue 23

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

Shades of Raw Umber #6F5017

Tints of Raw Umber #6F5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 51.87%
G = 37.38%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F5017 (or 0x6F5017) is known color: Raw Umber. HEX triplet: 6F, 50 and 17. RGB value is (111,80,23). Sum of RGB (Red+Green+Blue) = 111+80+23=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5017 is #90AFE8. Grayscale: #535353. Windows color (decimal): -9482217 or 1527919. OLE color: 1527919.

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

Color convert

RGB 111 80 23 -
CMYK 0 0.28 0.79 0.56
HSL 38.86º 0.66% 0.26% -
HSV(B) 38.86º 0.79% 0.44% -
XYZ 9.58 9.18 2.08 -
YUV 82.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 111 80 23 0 0.28 0.79 0.56 38.86 0.66 0.26
Hex 6F 50 17 0 1C 4F 38 27 42 1A
Octal 157 120 27 0 34 117 70 47 102 32
Binary 1101111 1010000 10111 0 11100 1001111 111000 100111 1000010 11010

Color Harmonies of #6F5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5017

Black with #6F5017

Text Example


Text Example

White with #6F5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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