Html Css Color HEX #635538 West Coast

📋 copy color: '#635538'

red 99 ◦ green 85 ◦ blue 56

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

Shades of West Coast #635538

Tints of West Coast #635538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 41.25%
G = 35.42%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#635538 (or 0x635538) is known color: West Coast. HEX triplet: 63, 55 and 38. RGB value is (99,85,56). Sum of RGB (Red+Green+Blue) = 99+85+56=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #635538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635538 is #9CAAC7. Grayscale: #565656. Windows color (decimal): -10267336 or 3691875. OLE color: 3691875.

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

Color convert

RGB 99 85 56 -
CMYK 0 0.14 0.43 0.61
HSL 40.47º 0.28% 0.3% -
HSV(B) 40.47º 0.43% 0.39% -
XYZ 9.11 9.44 5.08 -
YUV 85.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 99 85 56 0 0.14 0.43 0.61 40.47 0.28 0.3
Hex 63 55 38 0 E 2B 3D 28 1C 1E
Octal 143 125 70 0 16 53 75 50 34 36
Binary 1100011 1010101 111000 0 1110 101011 111101 101000 11100 11110

Color Harmonies of #635538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635538

Black with #635538

Text Example


Text Example

White with #635538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635538; }

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

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

background-color css

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

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

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

border-color css

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

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

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