Html Css Color HEX #63552F West Coast

📋 copy color: '#63552F'

red 99 ◦ green 85 ◦ blue 47

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

Shades of West Coast #63552F

Tints of West Coast #63552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

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

R = 42.86%
G = 36.8%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63552F (or 0x63552F) is known color: West Coast. HEX triplet: 63, 55 and 2F. RGB value is (99,85,47). Sum of RGB (Red+Green+Blue) = 99+85+47=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63552F is #9CAAD0. Grayscale: #555555. Windows color (decimal): -10267345 or 3102051. OLE color: 3102051.

HSL color Cylindrical-coordinate representation of color #63552F: hue angle of 43.85º 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 #63552F is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 47 -
CMYK 0 0.14 0.53 0.61
HSL 43.85º 0.36% 0.29% -
HSV(B) 43.85º 0.53% 0.39% -
XYZ 8.91 9.35 4.03 -
YUV 84.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 99 85 47 0 0.14 0.53 0.61 43.85 0.36 0.29
Hex 63 55 2F 0 E 35 3D 2C 24 1D
Octal 143 125 57 0 16 65 75 54 44 35
Binary 1100011 1010101 101111 0 1110 110101 111101 101100 100100 11101

Color Harmonies of #63552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63552F

Black with #63552F

Text Example


Text Example

White with #63552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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