#623631

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

Shades of Redwood #623631

Tints of Redwood #623631

Color information

#623631 (or 0x623631) is unknown color: approx Redwood. HEX triplet: 62, 36 and 31. RGB value is (98,54,49). Sum of RGB (Red+Green+Blue) = 98+54+49=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #623631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623631 is #9DC9CE. Grayscale: #424242. Windows color (decimal): -10340815 or 3225186. OLE color: 3225186.

HSL color Cylindrical-coordinate representation of color #623631: hue angle of 6.12º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623631 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB985449-
CMYK00.450.50.62
HSL6.12º33.33%28.82%-
HSV(B)6.12º50%38.43%-
XYZ6.915.463.59-
YUV66.59118.08150.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=48.76%
G=26.87%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98544900.450.50.626.1233.3328.82
Hex62363102D323E6211d
Octal1426661055627664135
Binary1100010110110110001010110111001011111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623631; }

 p { color: rgb(98,54,49); }

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

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

 a { background-color: rgb(98,54,49); }

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

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

 span { border-color: rgb(98,54,49); }

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