Html Css Color HEX #63552B West Coast

📋 copy color: '#63552B'

red 99 ◦ green 85 ◦ blue 43

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

Shades of West Coast #63552B

Tints of West Coast #63552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 43.61%
G = 37.44%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63552B (or 0x63552B) is known color: West Coast. HEX triplet: 63, 55 and 2B. RGB value is (99,85,43). Sum of RGB (Red+Green+Blue) = 99+85+43=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63552B is #9CAAD4. Grayscale: #545454. Windows color (decimal): -10267349 or 2839907. OLE color: 2839907.

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

Color convert

RGB 99 85 43 -
CMYK 0 0.14 0.57 0.61
HSL 45º 0.39% 0.28% -
HSV(B) 45º 0.57% 0.39% -
XYZ 8.83 9.32 3.62 -
YUV 84.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 99 85 43 0 0.14 0.57 0.61 45 0.39 0.28
Hex 63 55 2B 0 E 39 3D 2D 27 1C
Octal 143 125 53 0 16 71 75 55 47 34
Binary 1100011 1010101 101011 0 1110 111001 111101 101101 100111 11100

Color Harmonies of #63552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63552B

Black with #63552B

Text Example


Text Example

White with #63552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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