Html Css Color HEX #6F4610 Raw Umber

📋 copy color: '#6F4610'

red 111 ◦ green 70 ◦ blue 16

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

Shades of Raw Umber #6F4610

Tints of Raw Umber #6F4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

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

R = 56.35%
G = 35.53%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F4610 (or 0x6F4610) is known color: Raw Umber. HEX triplet: 6F, 46 and 10. RGB value is (111,70,16). Sum of RGB (Red+Green+Blue) = 111+70+16=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4610 is #90B9EF. Grayscale: #4C4C4C. Windows color (decimal): -9484784 or 1066607. OLE color: 1066607.

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

Color convert

RGB 111 70 16 -
CMYK 0 0.37 0.86 0.56
HSL 34.11º 0.75% 0.25% -
HSV(B) 34.11º 0.86% 0.44% -
XYZ 8.84 7.8 1.53 -
YUV 76.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 111 70 16 0 0.37 0.86 0.56 34.11 0.75 0.25
Hex 6F 46 10 0 25 56 38 22 4B 19
Octal 157 106 20 0 45 126 70 42 113 31
Binary 1101111 1000110 10000 0 100101 1010110 111000 100010 1001011 11001

Color Harmonies of #6F4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4610

Black with #6F4610

Text Example


Text Example

White with #6F4610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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