Html Css Color HEX #6A4711 Raw Umber

📋 copy color: '#6A4711'

red 106 ◦ green 71 ◦ blue 17

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

Shades of Raw Umber #6A4711

Tints of Raw Umber #6A4711

RGB

 RED value IS 106 (41.8% from 255) = 54.64%

 GREEN value IS 71 (28.13% from 255) = 36.6%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 54.64%
G = 36.6%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A4711 (or 0x6A4711) is known color: Raw Umber. HEX triplet: 6A, 47 and 11. RGB value is (106,71,17). Sum of RGB (Red+Green+Blue) = 106+71+17=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4711 is #95B8EE. Grayscale: #4B4B4B. Windows color (decimal): -9812207 or 1132394. OLE color: 1132394.

HSL color Cylindrical-coordinate representation of color #6A4711: hue angle of 36.4º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A4711 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 71 17 -
CMYK 0 0.33 0.84 0.58
HSL 36.4º 0.72% 0.24% -
HSV(B) 36.4º 0.84% 0.42% -
XYZ 8.3 7.61 1.56 -
YUV 75.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 106 71 17 0 0.33 0.84 0.58 36.4 0.72 0.24
Hex 6A 47 11 0 21 54 3A 24 48 18
Octal 152 107 21 0 41 124 72 44 110 30
Binary 1101010 1000111 10001 0 100001 1010100 111010 100100 1001000 11000

Color Harmonies of #6A4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4711

Black with #6A4711

Text Example


Text Example

White with #6A4711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,71,17); }

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

background-color css

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

 a { background-color: rgb(106,71,17); }

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

border-color css

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

 span { border-color: rgb(106,71,17); }

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