Html Css Color HEX #63502C West Coast

📋 copy color: '#63502C'

red 99 ◦ green 80 ◦ blue 44

#63502C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #63502C

Tints of West Coast #63502C

RGB

 RED value IS 99 (39.06% from 255) = 44.39%

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 44.39%
G = 35.87%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63502C (or 0x63502C) is known color: West Coast. HEX triplet: 63, 50 and 2C. RGB value is (99,80,44). Sum of RGB (Red+Green+Blue) = 99+80+44=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63502C is #9CAFD3. Grayscale: #515151. Windows color (decimal): -10268628 or 2904163. OLE color: 2904163.

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

Color convert

RGB 99 80 44 -
CMYK 0 0.19 0.56 0.61
HSL 39.27º 0.38% 0.28% -
HSV(B) 39.27º 0.56% 0.39% -
XYZ 8.47 8.57 3.59 -
YUV 81.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 99 80 44 0 0.19 0.56 0.61 39.27 0.38 0.28
Hex 63 50 2C 0 13 38 3D 27 26 1C
Octal 143 120 54 0 23 70 75 47 46 34
Binary 1100011 1010000 101100 0 10011 111000 111101 100111 100110 11100

Color Harmonies of #63502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63502C

Black with #63502C

Text Example


Text Example

White with #63502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63502C;
 }
 .AnyTagClassName
 {
   color: #63502C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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