Html Css Color HEX #605003 Raw Umber

📋 copy color: '#605003'

red 96 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #605003

Tints of Raw Umber #605003

RGB

 RED value IS 96 (37.89% from 255) = 53.63%

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

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

R = 53.63%
G = 44.69%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#605003 (or 0x605003) is known color: Raw Umber. HEX triplet: 60, 50 and 03. RGB value is (96,80,3). Sum of RGB (Red+Green+Blue) = 96+80+3=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #605003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605003 is #9FAFFC. Grayscale: #4C4C4C. Windows color (decimal): -10465277 or 217184. OLE color: 217184.

HSL color Cylindrical-coordinate representation of color #605003: hue angle of 49.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #605003 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 80 3 -
CMYK 0 0.17 0.97 0.62
HSL 49.68º 0.94% 0.19% -
HSV(B) 49.68º 0.97% 0.38% -
XYZ 7.71 8.23 1.27 -
YUV 76.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 96 80 3 0 0.17 0.97 0.62 49.68 0.94 0.19
Hex 60 50 3 0 11 61 3E 32 5E 13
Octal 140 120 3 0 21 141 76 62 136 23
Binary 1100000 1010000 11 0 10001 1100001 111110 110010 1011110 10011

Color Harmonies of #605003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605003

Black with #605003

Text Example


Text Example

White with #605003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605003; }

 p { color: rgb(96,80,3); }

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

background-color css

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

 a { background-color: rgb(96,80,3); }

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

border-color css

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

 span { border-color: rgb(96,80,3); }

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