Html Css Color HEX #605601 Raw Umber

📋 copy color: '#605601'

red 96 ◦ green 86 ◦ blue 1

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

Shades of Raw Umber #605601

Tints of Raw Umber #605601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.99%

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

R = 52.46%
G = 46.99%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#605601 (or 0x605601) is known color: Raw Umber. HEX triplet: 60, 56 and 01. RGB value is (96,86,1). Sum of RGB (Red+Green+Blue) = 96+86+1=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #605601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605601 is #9FA9FE. Grayscale: #4F4F4F. Windows color (decimal): -10463743 or 87648. OLE color: 87648.

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

Color convert

RGB 96 86 1 -
CMYK 0 0.10 0.99 0.62
HSL 53.68º 0.98% 0.19% -
HSV(B) 53.68º 0.99% 0.38% -
XYZ 8.16 9.14 1.36 -
YUV 79.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 96 86 1 0 0.10 0.99 0.62 53.68 0.98 0.19
Hex 60 56 1 0 A 63 3E 36 62 13
Octal 140 126 1 0 12 143 76 66 142 23
Binary 1100000 1010110 1 0 1010 1100011 111110 110110 1100010 10011

Color Harmonies of #605601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605601

Black with #605601

Text Example


Text Example

White with #605601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605601; }

 p { color: rgb(96,86,1); }

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

background-color css

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

 a { background-color: rgb(96,86,1); }

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

border-color css

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

 span { border-color: rgb(96,86,1); }

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