Html Css Color HEX #63522E West Coast

📋 copy color: '#63522E'

red 99 ◦ green 82 ◦ blue 46

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

Shades of West Coast #63522E

Tints of West Coast #63522E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 43.61%
G = 36.12%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63522E (or 0x63522E) is known color: West Coast. HEX triplet: 63, 52 and 2E. RGB value is (99,82,46). Sum of RGB (Red+Green+Blue) = 99+82+46=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63522E is #9CADD1. Grayscale: #535353. Windows color (decimal): -10268114 or 3035747. OLE color: 3035747.

HSL color Cylindrical-coordinate representation of color #63522E: hue angle of 40.75º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63522E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 46 -
CMYK 0 0.17 0.54 0.61
HSL 40.75º 0.37% 0.28% -
HSV(B) 40.75º 0.54% 0.39% -
XYZ 8.66 8.88 3.84 -
YUV 82.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 99 82 46 0 0.17 0.54 0.61 40.75 0.37 0.28
Hex 63 52 2E 0 11 36 3D 29 25 1C
Octal 143 122 56 0 21 66 75 51 45 34
Binary 1100011 1010010 101110 0 10001 110110 111101 101001 100101 11100

Color Harmonies of #63522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63522E

Black with #63522E

Text Example


Text Example

White with #63522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63522E; }

 p { color: rgb(99,82,46); }

 H1.HeaderClassName
 {
   color: #63522E;
 }
 .AnyTagClassName
 {
   color: #63522E;
 }
</style>

background-color css

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

 a { background-color: rgb(99,82,46); }

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

border-color css

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

 span { border-color: rgb(99,82,46); }

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