Html Css Color HEX #63532F West Coast

📋 copy color: '#63532F'

red 99 ◦ green 83 ◦ blue 47

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

Shades of West Coast #63532F

Tints of West Coast #63532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 43.23%
G = 36.24%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63532F (or 0x63532F) is known color: West Coast. HEX triplet: 63, 53 and 2F. RGB value is (99,83,47). Sum of RGB (Red+Green+Blue) = 99+83+47=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63532F is #9CACD0. Grayscale: #535353. Windows color (decimal): -10267857 or 3101539. OLE color: 3101539.

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

Color convert

RGB 99 83 47 -
CMYK 0 0.16 0.53 0.61
HSL 41.54º 0.36% 0.29% -
HSV(B) 41.54º 0.53% 0.39% -
XYZ 8.75 9.04 3.97 -
YUV 83.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 99 83 47 0 0.16 0.53 0.61 41.54 0.36 0.29
Hex 63 53 2F 0 10 35 3D 2A 24 1D
Octal 143 123 57 0 20 65 75 52 44 35
Binary 1100011 1010011 101111 0 10000 110101 111101 101010 100100 11101

Color Harmonies of #63532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63532F

Black with #63532F

Text Example


Text Example

White with #63532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63532F;
 }
 .AnyTagClassName
 {
   color: #63532F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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