Html Css Color HEX #6A470F Raw Umber

📋 copy color: '#6A470F'

red 106 ◦ green 71 ◦ blue 15

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

Shades of Raw Umber #6A470F

Tints of Raw Umber #6A470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 55.21%
G = 36.98%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A470F (or 0x6A470F) is known color: Raw Umber. HEX triplet: 6A, 47 and 0F. RGB value is (106,71,15). Sum of RGB (Red+Green+Blue) = 106+71+15=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A470F is #95B8F0. Grayscale: #4B4B4B. Windows color (decimal): -9812209 or 1001322. OLE color: 1001322.

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

Color convert

RGB 106 71 15 -
CMYK 0 0.33 0.86 0.58
HSL 36.92º 0.75% 0.24% -
HSV(B) 36.92º 0.86% 0.42% -
XYZ 8.28 7.61 1.48 -
YUV 75.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 106 71 15 0 0.33 0.86 0.58 36.92 0.75 0.24
Hex 6A 47 F 0 21 56 3A 25 4B 18
Octal 152 107 17 0 41 126 72 45 113 30
Binary 1101010 1000111 1111 0 100001 1010110 111010 100101 1001011 11000

Color Harmonies of #6A470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A470F

Black with #6A470F

Text Example


Text Example

White with #6A470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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