#63502B

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

Shades of West Coast #63502B

Tints of West Coast #63502B

Color information

#63502B (or 0x63502B) is unknown color: approx West Coast. HEX triplet: 63, 50 and 2B. RGB value is (99,80,43). Sum of RGB (Red+Green+Blue) = 99+80+43=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63502B is #9CAFD4. Grayscale: #515151. Windows color (decimal): -10268629 or 2838627. OLE color: 2838627.

HSL color Cylindrical-coordinate representation of color #63502B: hue angle of 39.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63502B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB998043-
CMYK00.190.570.61
HSL39.64º39.44%27.84%-
HSV(B)39.64º56.57%38.82%-
XYZ8.458.563.49-
YUV81.46106.29140.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=44.59%
G=36.04%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99804300.190.570.6139.6439.4427.84
Hex63502B013393D28271c
Octal143120530237175504734
Binary1100011101000010101101001111100111110110100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63502B; }

 p { color: rgb(99,80,43); }

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

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

 a { background-color: rgb(99,80,43); }

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

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

 span { border-color: rgb(99,80,43); }

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