Html Css Color HEX #63552D West Coast

📋 copy color: '#63552D'

red 99 ◦ green 85 ◦ blue 45

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

Shades of West Coast #63552D

Tints of West Coast #63552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 43.23%
G = 37.12%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63552D (or 0x63552D) is known color: West Coast. HEX triplet: 63, 55 and 2D. RGB value is (99,85,45). Sum of RGB (Red+Green+Blue) = 99+85+45=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63552D is #9CAAD2. Grayscale: #545454. Windows color (decimal): -10267347 or 2970979. OLE color: 2970979.

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

Color convert

RGB 99 85 45 -
CMYK 0 0.14 0.55 0.61
HSL 44.44º 0.38% 0.28% -
HSV(B) 44.44º 0.55% 0.39% -
XYZ 8.87 9.34 3.82 -
YUV 84.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 99 85 45 0 0.14 0.55 0.61 44.44 0.38 0.28
Hex 63 55 2D 0 E 37 3D 2C 26 1C
Octal 143 125 55 0 16 67 75 54 46 34
Binary 1100011 1010101 101101 0 1110 110111 111101 101100 100110 11100

Color Harmonies of #63552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63552D

Black with #63552D

Text Example


Text Example

White with #63552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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