Html Css Color HEX #635531 West Coast

📋 copy color: '#635531'

red 99 ◦ green 85 ◦ blue 49

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

Shades of West Coast #635531

Tints of West Coast #635531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 42.49%
G = 36.48%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#635531 (or 0x635531) is known color: West Coast. HEX triplet: 63, 55 and 31. RGB value is (99,85,49). Sum of RGB (Red+Green+Blue) = 99+85+49=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #635531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635531 is #9CAACE. Grayscale: #555555. Windows color (decimal): -10267343 or 3233123. OLE color: 3233123.

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

Color convert

RGB 99 85 49 -
CMYK 0 0.14 0.51 0.61
HSL 43.2º 0.34% 0.29% -
HSV(B) 43.2º 0.51% 0.39% -
XYZ 8.95 9.37 4.24 -
YUV 85.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 99 85 49 0 0.14 0.51 0.61 43.2 0.34 0.29
Hex 63 55 31 0 E 33 3D 2B 22 1D
Octal 143 125 61 0 16 63 75 53 42 35
Binary 1100011 1010101 110001 0 1110 110011 111101 101011 100010 11101

Color Harmonies of #635531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635531

Black with #635531

Text Example


Text Example

White with #635531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635531; }

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

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

background-color css

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

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

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

border-color css

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

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

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