Html Css Color HEX #6A4003 Raw Umber

📋 copy color: '#6A4003'

red 106 ◦ green 64 ◦ blue 3

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

Shades of Raw Umber #6A4003

Tints of Raw Umber #6A4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 61.27%
G = 36.99%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A4003 (or 0x6A4003) is known color: Raw Umber. HEX triplet: 6A, 40 and 03. RGB value is (106,64,3). Sum of RGB (Red+Green+Blue) = 106+64+3=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4003 is #95BFFC. Grayscale: #454545. Windows color (decimal): -9814013 or 213098. OLE color: 213098.

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

Color convert

RGB 106 64 3 -
CMYK 0 0.40 0.97 0.58
HSL 35.53º 0.94% 0.21% -
HSV(B) 35.53º 0.97% 0.42% -
XYZ 7.79 6.74 0.98 -
YUV 69.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 106 64 3 0 0.40 0.97 0.58 35.53 0.94 0.21
Hex 6A 40 3 0 28 61 3A 24 5E 15
Octal 152 100 3 0 50 141 72 44 136 25
Binary 1101010 1000000 11 0 101000 1100001 111010 100100 1011110 10101

Color Harmonies of #6A4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4003

Black with #6A4003

Text Example


Text Example

White with #6A4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,3); }

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

background-color css

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

 a { background-color: rgb(106,64,3); }

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

border-color css

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

 span { border-color: rgb(106,64,3); }

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