#605102

Color #605102 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #605102

Tints of Raw Umber #605102

Color information

#605102 (or 0x605102) is unknown color: approx Raw Umber. HEX triplet: 60, 51 and 02. RGB value is (96,81,2). Sum of RGB (Red+Green+Blue) = 96+81+2=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #605102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605102 is #9FAEFD. Grayscale: #4C4C4C. Windows color (decimal): -10465022 or 151904. OLE color: 151904.

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

Color convert

RGB96812-
CMYK00.160.980.62
HSL50.43º95.92%19.22%-
HSV(B)50.43º97.92%37.65%-
XYZ7.788.381.26-
YUV76.4885.97141.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=53.63%
G=45.25%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9681200.160.980.6250.4395.9219.22
Hex60512010623E326013
Octal1401212020142766214023
Binary11000001010001100100001100010111110110010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605102; }

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

 H1.HeaderClassName
 {
   color: #605102;
 }
 .AnyTagClassName
 {
   color: #605102;
 }
</style>
background-color css

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

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

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

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

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

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