#633930

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

Shades of Hairy Heath #633930

Tints of Hairy Heath #633930

Color information

#633930 (or 0x633930) is unknown color: approx Hairy Heath. HEX triplet: 63, 39 and 30. RGB value is (99,57,48). Sum of RGB (Red+Green+Blue) = 99+57+48=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633930 is #9CC6CF. Grayscale: #444444. Windows color (decimal): -10274512 or 3160419. OLE color: 3160419.

HSL color Cylindrical-coordinate representation of color #633930: hue angle of 10.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633930 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB995748-
CMYK00.420.520.61
HSL10.59º34.69%28.82%-
HSV(B)10.59º51.52%38.82%-
XYZ7.145.793.54-
YUV68.53116.41149.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=48.53%
G=27.94%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99574800.420.520.6110.5934.6928.82
Hex63393002A343Db231d
Octal14371600526475134335
Binary11000111110011100000101010110100111101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633930; }

 p { color: rgb(99,57,48); }

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

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

 a { background-color: rgb(99,57,48); }

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

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

 span { border-color: rgb(99,57,48); }

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