Html Css Color HEX #6F4010 Raw Umber

📋 copy color: '#6F4010'

red 111 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #6F4010

Tints of Raw Umber #6F4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 58.12%
G = 33.51%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F4010 (or 0x6F4010) is known color: Raw Umber. HEX triplet: 6F, 40 and 10. RGB value is (111,64,16). Sum of RGB (Red+Green+Blue) = 111+64+16=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4010 is #90BFEF. Grayscale: #484848. Windows color (decimal): -9486320 or 1065071. OLE color: 1065071.

HSL color Cylindrical-coordinate representation of color #6F4010: hue angle of 30.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F4010 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 64 16 -
CMYK 0 0.42 0.86 0.56
HSL 30.32º 0.75% 0.25% -
HSV(B) 30.32º 0.86% 0.44% -
XYZ 8.48 7.08 1.41 -
YUV 72.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 111 64 16 0 0.42 0.86 0.56 30.32 0.75 0.25
Hex 6F 40 10 0 2A 56 38 1E 4B 19
Octal 157 100 20 0 52 126 70 36 113 31
Binary 1101111 1000000 10000 0 101010 1010110 111000 11110 1001011 11001

Color Harmonies of #6F4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4010

Black with #6F4010

Text Example


Text Example

White with #6F4010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,16); }

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

background-color css

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

 a { background-color: rgb(111,64,16); }

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

border-color css

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

 span { border-color: rgb(111,64,16); }

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