Html Css Color HEX #605701 Raw Umber

📋 copy color: '#605701'

red 96 ◦ green 87 ◦ blue 1

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

Shades of Raw Umber #605701

Tints of Raw Umber #605701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.28%

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

R = 52.17%
G = 47.28%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#605701 (or 0x605701) is known color: Raw Umber. HEX triplet: 60, 57 and 01. RGB value is (96,87,1). Sum of RGB (Red+Green+Blue) = 96+87+1=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605701 is #9FA8FE. Grayscale: #505050. Windows color (decimal): -10463487 or 87904. OLE color: 87904.

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

Color convert

RGB 96 87 1 -
CMYK 0 0.09 0.99 0.62
HSL 54.32º 0.98% 0.19% -
HSV(B) 54.32º 0.99% 0.38% -
XYZ 8.24 9.31 1.39 -
YUV 79.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 96 87 1 0 0.09 0.99 0.62 54.32 0.98 0.19
Hex 60 57 1 0 9 63 3E 36 62 13
Octal 140 127 1 0 11 143 76 66 142 23
Binary 1100000 1010111 1 0 1001 1100011 111110 110110 1100010 10011

Color Harmonies of #605701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605701

Black with #605701

Text Example


Text Example

White with #605701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605701; }

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

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

background-color css

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

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

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

border-color css

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

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

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