#633630

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

Shades of Redwood #633630

Tints of Redwood #633630

Color information

#633630 (or 0x633630) is unknown color: approx Redwood. HEX triplet: 63, 36 and 30. RGB value is (99,54,48). Sum of RGB (Red+Green+Blue) = 99+54+48=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633630 is #9CC9CF. Grayscale: #424242. Windows color (decimal): -10275280 or 3159651. OLE color: 3159651.

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

Color convert

RGB995448-
CMYK00.450.520.61
HSL7.06º34.69%28.82%-
HSV(B)7.06º51.52%38.82%-
XYZ75.53.49-
YUV66.77117.41150.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=49.25%
G=26.87%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99544800.450.520.617.0634.6928.82
Hex63363002D343D7231d
Octal1436660055647574335
Binary1100011110110110000010110111010011110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633630; }

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

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

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

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

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

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

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

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