Html Css Color HEX #605203 Raw Umber

📋 copy color: '#605203'

red 96 ◦ green 82 ◦ blue 3

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

Shades of Raw Umber #605203

Tints of Raw Umber #605203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

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

R = 53.04%
G = 45.3%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#605203 (or 0x605203) is known color: Raw Umber. HEX triplet: 60, 52 and 03. RGB value is (96,82,3). Sum of RGB (Red+Green+Blue) = 96+82+3=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #605203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605203 is #9FADFC. Grayscale: #4D4D4D. Windows color (decimal): -10464765 or 217696. OLE color: 217696.

HSL color Cylindrical-coordinate representation of color #605203: hue angle of 50.97º 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 #605203 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 3 -
CMYK 0 0.15 0.97 0.62
HSL 50.97º 0.94% 0.19% -
HSV(B) 50.97º 0.97% 0.38% -
XYZ 7.86 8.53 1.32 -
YUV 77.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 96 82 3 0 0.15 0.97 0.62 50.97 0.94 0.19
Hex 60 52 3 0 F 61 3E 33 5E 13
Octal 140 122 3 0 17 141 76 63 136 23
Binary 1100000 1010010 11 0 1111 1100001 111110 110011 1011110 10011

Color Harmonies of #605203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605203

Black with #605203

Text Example


Text Example

White with #605203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605203; }

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

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

background-color css

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

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

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

border-color css

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

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

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