Html Css Color HEX #6A4C01 Raw Umber

📋 copy color: '#6A4C01'

red 106 ◦ green 76 ◦ blue 1

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

Shades of Raw Umber #6A4C01

Tints of Raw Umber #6A4C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.53%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 57.92%
G = 41.53%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6A4C01 (or 0x6A4C01) is known color: Raw Umber. HEX triplet: 6A, 4C and 01. RGB value is (106,76,1). Sum of RGB (Red+Green+Blue) = 106+76+1=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4C01 is #95B3FE. Grayscale: #4C4C4C. Windows color (decimal): -9810943 or 85098. OLE color: 85098.

HSL color Cylindrical-coordinate representation of color #6A4C01: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A4C01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 76 1 -
CMYK 0 0.28 0.99 0.58
HSL 42.86º 0.98% 0.21% -
HSV(B) 42.86º 0.99% 0.42% -
XYZ 8.53 8.24 1.17 -
YUV 76.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 106 76 1 0 0.28 0.99 0.58 42.86 0.98 0.21
Hex 6A 4C 1 0 1C 63 3A 2B 62 15
Octal 152 114 1 0 34 143 72 53 142 25
Binary 1101010 1001100 1 0 11100 1100011 111010 101011 1100010 10101

Color Harmonies of #6A4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C01

Black with #6A4C01

Text Example


Text Example

White with #6A4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,76,1); }

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

background-color css

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

 a { background-color: rgb(106,76,1); }

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

border-color css

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

 span { border-color: rgb(106,76,1); }

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