Html Css Color HEX #6F4510 Raw Umber

📋 copy color: '#6F4510'

red 111 ◦ green 69 ◦ blue 16

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

Shades of Raw Umber #6F4510

Tints of Raw Umber #6F4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.2%

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

R = 56.63%
G = 35.2%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F4510 (or 0x6F4510) is known color: Raw Umber. HEX triplet: 6F, 45 and 10. RGB value is (111,69,16). Sum of RGB (Red+Green+Blue) = 111+69+16=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4510 is #90BAEF. Grayscale: #4B4B4B. Windows color (decimal): -9485040 or 1066351. OLE color: 1066351.

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

Color convert

RGB 111 69 16 -
CMYK 0 0.38 0.86 0.56
HSL 33.47º 0.75% 0.25% -
HSV(B) 33.47º 0.86% 0.44% -
XYZ 8.78 7.67 1.51 -
YUV 75.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 111 69 16 0 0.38 0.86 0.56 33.47 0.75 0.25
Hex 6F 45 10 0 26 56 38 21 4B 19
Octal 157 105 20 0 46 126 70 41 113 31
Binary 1101111 1000101 10000 0 100110 1010110 111000 100001 1001011 11001

Color Harmonies of #6F4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4510

Black with #6F4510

Text Example


Text Example

White with #6F4510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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