#603125

Color #603125 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #603125

Tints of Hairy Heath #603125

Color information

#603125 (or 0x603125) is unknown color: approx Hairy Heath. HEX triplet: 60, 31 and 25. RGB value is (96,49,37). Sum of RGB (Red+Green+Blue) = 96+49+37=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #603125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603125 is #9FCEDA. Grayscale: #3D3D3D. Windows color (decimal): -10473179 or 2437472. OLE color: 2437472.

HSL color Cylindrical-coordinate representation of color #603125: hue angle of 12.2º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603125 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB964937-
CMYK00.490.610.62
HSL12.2º44.36%26.08%-
HSV(B)12.2º61.46%37.65%-
XYZ6.264.822.35-
YUV61.68114.07152.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=52.75%
G=26.92%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96493700.490.610.6212.244.3626.08
Hex6031250313D3Ec2c1a
Octal14061450617576145432
Binary11000001100011001010110001111101111110110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603125; }

 p { color: rgb(96,49,37); }

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

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

 a { background-color: rgb(96,49,37); }

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

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

 span { border-color: rgb(96,49,37); }

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