#63532A

Color #63532A West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #63532A

Tints of West Coast #63532A

Color information

#63532A (or 0x63532A) is unknown color: approx West Coast. HEX triplet: 63, 53 and 2A. RGB value is (99,83,42). Sum of RGB (Red+Green+Blue) = 99+83+42=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63532A is #9CACD5. Grayscale: #535353. Windows color (decimal): -10267862 or 2773859. OLE color: 2773859.

HSL color Cylindrical-coordinate representation of color #63532A: hue angle of 43.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63532A is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB998342-
CMYK00.160.580.61
HSL43.16º40.43%27.65%-
HSV(B)43.16º57.58%38.82%-
XYZ8.669.013.47-
YUV83.11104.8139.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=44.20%
G=37.05%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99834200.160.580.6143.1640.4327.65
Hex63532A0103A3D2b281c
Octal143123520207275535034
Binary1100011101001110101001000011101011110110101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63532A; }

 p { color: rgb(99,83,42); }

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

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

 a { background-color: rgb(99,83,42); }

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

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

 span { border-color: rgb(99,83,42); }

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