Html Css Color HEX #6A500C Raw Umber

📋 copy color: '#6A500C'

red 106 ◦ green 80 ◦ blue 12

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

Shades of Raw Umber #6A500C

Tints of Raw Umber #6A500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 53.54%
G = 40.4%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6A500C (or 0x6A500C) is known color: Raw Umber. HEX triplet: 6A, 50 and 0C. RGB value is (106,80,12). Sum of RGB (Red+Green+Blue) = 106+80+12=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A500C is #95AFF3. Grayscale: #505050. Windows color (decimal): -9809908 or 807018. OLE color: 807018.

HSL color Cylindrical-coordinate representation of color #6A500C: hue angle of 43.4º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A500C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 12 -
CMYK 0 0.25 0.89 0.58
HSL 43.4º 0.8% 0.23% -
HSV(B) 43.4º 0.89% 0.42% -
XYZ 8.88 8.83 1.58 -
YUV 80.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 106 80 12 0 0.25 0.89 0.58 43.4 0.8 0.23
Hex 6A 50 C 0 19 59 3A 2B 50 17
Octal 152 120 14 0 31 131 72 53 120 27
Binary 1101010 1010000 1100 0 11001 1011001 111010 101011 1010000 10111

Color Harmonies of #6A500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A500C

Black with #6A500C

Text Example


Text Example

White with #6A500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,12); }

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

background-color css

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

 a { background-color: rgb(106,80,12); }

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

border-color css

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

 span { border-color: rgb(106,80,12); }

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