Html Css Color HEX #605100 Raw Umber

📋 copy color: '#605100'

red 96 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #605100

Tints of Raw Umber #605100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.24%
G = 45.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#605100 (or 0x605100) is known color: Raw Umber. HEX triplet: 60, 51 and 00. RGB value is (96,81,0). Sum of RGB (Red+Green+Blue) = 96+81+0=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #605100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605100 is #9FAEFF. Grayscale: #4C4C4C. Windows color (decimal): -10465024 or 20832. OLE color: 20832.

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

Color convert

RGB 96 81 0 -
CMYK 0 0.16 1 0.62
HSL 50.63º 1% 0.19% -
HSV(B) 50.63º 1% 0.38% -
XYZ 7.77 8.37 1.21 -
YUV 76.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 96 81 0 0 0.16 1 0.62 50.63 1 0.19
Hex 60 51 0 0 10 64 3E 33 64 13
Octal 140 121 0 0 20 144 76 63 144 23
Binary 1100000 1010001 0 0 10000 1100100 111110 110011 1100100 10011

Color Harmonies of #605100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605100

Black with #605100

Text Example


Text Example

White with #605100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605100; }

 p { color: rgb(96,81,0); }

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

background-color css

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

 a { background-color: rgb(96,81,0); }

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

border-color css

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

 span { border-color: rgb(96,81,0); }

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