#613825

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

Shades of Hairy Heath #613825

Tints of Hairy Heath #613825

Color information

#613825 (or 0x613825) is unknown color: approx Hairy Heath. HEX triplet: 61, 38 and 25. RGB value is (97,56,37). Sum of RGB (Red+Green+Blue) = 97+56+37=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #613825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613825 is #9EC7DA. Grayscale: #424242. Windows color (decimal): -10405851 or 2439265. OLE color: 2439265.

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

Color convert

RGB975637-
CMYK00.420.620.62
HSL19º44.78%26.27%-
HSV(B)19º61.86%38.04%-
XYZ6.685.52.46-
YUV66.09111.58150.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=51.05%
G=29.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97563700.420.620.621944.7826.27
Hex61382502A3E3E132d1a
Octal14170450527676235532
Binary110000111100010010101010101111101111101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613825; }

 p { color: rgb(97,56,37); }

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

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

 a { background-color: rgb(97,56,37); }

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

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

 span { border-color: rgb(97,56,37); }

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