Html Css Color HEX #6A4D01 Raw Umber

📋 copy color: '#6A4D01'

red 106 ◦ green 77 ◦ blue 1

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

Shades of Raw Umber #6A4D01

Tints of Raw Umber #6A4D01

RGB

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

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

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

R = 57.61%
G = 41.85%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6A4D01 (or 0x6A4D01) is known color: Raw Umber. HEX triplet: 6A, 4D and 01. RGB value is (106,77,1). Sum of RGB (Red+Green+Blue) = 106+77+1=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A4D01 is #95B2FE. Grayscale: #4D4D4D. Windows color (decimal): -9810687 or 85354. OLE color: 85354.

HSL color Cylindrical-coordinate representation of color #6A4D01: hue angle of 43.43º 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 #6A4D01 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 77 1 -
CMYK 0 0.27 0.99 0.58
HSL 43.43º 0.98% 0.21% -
HSV(B) 43.43º 0.99% 0.42% -
XYZ 8.6 8.37 1.19 -
YUV 77.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 106 77 1 0 0.27 0.99 0.58 43.43 0.98 0.21
Hex 6A 4D 1 0 1B 63 3A 2B 62 15
Octal 152 115 1 0 33 143 72 53 142 25
Binary 1101010 1001101 1 0 11011 1100011 111010 101011 1100010 10101

Color Harmonies of #6A4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4D01

Black with #6A4D01

Text Example


Text Example

White with #6A4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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