#613427

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

Shades of Hairy Heath #613427

Tints of Hairy Heath #613427

Color information

#613427 (or 0x613427) is unknown color: approx Hairy Heath. HEX triplet: 61, 34 and 27. RGB value is (97,52,39). Sum of RGB (Red+Green+Blue) = 97+52+39=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613427 is #9ECBD8. Grayscale: #404040. Windows color (decimal): -10406873 or 2569313. OLE color: 2569313.

HSL color Cylindrical-coordinate representation of color #613427: hue angle of 13.45º 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 #613427 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB975239-
CMYK00.460.600.62
HSL13.45º42.65%26.67%-
HSV(B)13.45º59.79%38.04%-
XYZ6.525.142.57-
YUV63.97113.91151.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=51.60%
G=27.66%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97523900.460.600.6213.4542.6526.67
Hex61342702E3C3Ed2b1b
Octal14164470567476155333
Binary11000011101001001110101110111100111110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613427; }

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

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

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

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

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

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

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

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