#633425

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

Shades of Hairy Heath #633425

Tints of Hairy Heath #633425

Color information

#633425 (or 0x633425) is unknown color: approx Hairy Heath. HEX triplet: 63, 34 and 25. RGB value is (99,52,37). Sum of RGB (Red+Green+Blue) = 99+52+37=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #633425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633425 is #9CCBDA. Grayscale: #404040. Windows color (decimal): -10275803 or 2438243. OLE color: 2438243.

HSL color Cylindrical-coordinate representation of color #633425: hue angle of 14.52º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #633425 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB995237-
CMYK00.470.630.61
HSL14.52º45.59%26.67%-
HSV(B)14.52º62.63%38.82%-
XYZ6.715.242.41-
YUV64.34112.57152.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=52.66%
G=27.66%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99523700.470.630.6114.5245.5926.67
Hex63342502F3F3Df2e1b
Octal14364450577775175633
Binary11000111101001001010101111111111111101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633425; }

 p { color: rgb(99,52,37); }

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

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

 a { background-color: rgb(99,52,37); }

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

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

 span { border-color: rgb(99,52,37); }

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