Html Css Color HEX #6A4D0E Raw Umber

📋 copy color: '#6A4D0E'

red 106 ◦ green 77 ◦ blue 14

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

Shades of Raw Umber #6A4D0E

Tints of Raw Umber #6A4D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.09%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 53.81%
G = 39.09%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6A4D0E (or 0x6A4D0E) is known color: Raw Umber. HEX triplet: 6A, 4D and 0E. RGB value is (106,77,14). Sum of RGB (Red+Green+Blue) = 106+77+14=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A4D0E is #95B2F1. Grayscale: #4E4E4E. Windows color (decimal): -9810674 or 937322. OLE color: 937322.

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

Color convert

RGB 106 77 14 -
CMYK 0 0.27 0.87 0.58
HSL 41.09º 0.77% 0.24% -
HSV(B) 41.09º 0.87% 0.42% -
XYZ 8.68 8.4 1.58 -
YUV 78.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 106 77 14 0 0.27 0.87 0.58 41.09 0.77 0.24
Hex 6A 4D E 0 1B 57 3A 29 4D 18
Octal 152 115 16 0 33 127 72 51 115 30
Binary 1101010 1001101 1110 0 11011 1010111 111010 101001 1001101 11000

Color Harmonies of #6A4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4D0E

Black with #6A4D0E

Text Example


Text Example

White with #6A4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,77,14); }

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

background-color css

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

 a { background-color: rgb(106,77,14); }

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

border-color css

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

 span { border-color: rgb(106,77,14); }

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