#613626

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

Shades of Hairy Heath #613626

Tints of Hairy Heath #613626

Color information

#613626 (or 0x613626) is unknown color: approx Hairy Heath. HEX triplet: 61, 36 and 26. RGB value is (97,54,38). Sum of RGB (Red+Green+Blue) = 97+54+38=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #613626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613626 is #9EC9D9. Grayscale: #414141. Windows color (decimal): -10406362 or 2504289. OLE color: 2504289.

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

Color convert

RGB975438-
CMYK00.440.610.62
HSL16.27º43.7%26.47%-
HSV(B)16.27º60.82%38.04%-
XYZ6.65.322.51-
YUV65.03112.75150.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=51.32%
G=28.57%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97543800.440.610.6216.2743.726.47
Hex61362602C3D3E102c1a
Octal14166460547576205432
Binary110000111011010011001011001111011111101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613626; }

 p { color: rgb(97,54,38); }

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

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

 a { background-color: rgb(97,54,38); }

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

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

 span { border-color: rgb(97,54,38); }

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