Html Css Color HEX #6F4110 Raw Umber

📋 copy color: '#6F4110'

red 111 ◦ green 65 ◦ blue 16

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

Shades of Raw Umber #6F4110

Tints of Raw Umber #6F4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.85%

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

R = 57.81%
G = 33.85%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F4110 (or 0x6F4110) is known color: Raw Umber. HEX triplet: 6F, 41 and 10. RGB value is (111,65,16). Sum of RGB (Red+Green+Blue) = 111+65+16=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4110 is #90BEEF. Grayscale: #494949. Windows color (decimal): -9486064 or 1065327. OLE color: 1065327.

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

Color convert

RGB 111 65 16 -
CMYK 0 0.41 0.86 0.56
HSL 30.95º 0.75% 0.25% -
HSV(B) 30.95º 0.86% 0.44% -
XYZ 8.54 7.2 1.43 -
YUV 73.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 111 65 16 0 0.41 0.86 0.56 30.95 0.75 0.25
Hex 6F 41 10 0 29 56 38 1F 4B 19
Octal 157 101 20 0 51 126 70 37 113 31
Binary 1101111 1000001 10000 0 101001 1010110 111000 11111 1001011 11001

Color Harmonies of #6F4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4110

Black with #6F4110

Text Example


Text Example

White with #6F4110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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