#613827

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

Shades of Hairy Heath #613827

Tints of Hairy Heath #613827

Color information

#613827 (or 0x613827) is unknown color: approx Hairy Heath. HEX triplet: 61, 38 and 27. RGB value is (97,56,39). Sum of RGB (Red+Green+Blue) = 97+56+39=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #613827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613827 is #9EC7D8. Grayscale: #424242. Windows color (decimal): -10405849 or 2570337. OLE color: 2570337.

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

Color convert

RGB975639-
CMYK00.420.600.62
HSL17.59º42.65%26.67%-
HSV(B)17.59º59.79%38.04%-
XYZ6.715.522.63-
YUV66.32112.58149.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=50.52%
G=29.17%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97563900.420.600.6217.5942.6526.67
Hex61382702A3C3E122b1b
Octal14170470527476225333
Binary110000111100010011101010101111001111101001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613827; }

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

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

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

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

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

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

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

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