Html Css Color HEX #635027 West Coast

📋 copy color: '#635027'

red 99 ◦ green 80 ◦ blue 39

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

Shades of West Coast #635027

Tints of West Coast #635027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 45.41%
G = 36.7%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#635027 (or 0x635027) is known color: West Coast. HEX triplet: 63, 50 and 27. RGB value is (99,80,39). Sum of RGB (Red+Green+Blue) = 99+80+39=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #635027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635027 is #9CAFD8. Grayscale: #515151. Windows color (decimal): -10268633 or 2576483. OLE color: 2576483.

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

Color convert

RGB 99 80 39 -
CMYK 0 0.19 0.61 0.61
HSL 41º 0.43% 0.27% -
HSV(B) 41º 0.61% 0.39% -
XYZ 8.38 8.54 3.13 -
YUV 81.01 104.29 140.83 -
System Red Green Blue C M Y K H S L
Decimal 99 80 39 0 0.19 0.61 0.61 41 0.43 0.27
Hex 63 50 27 0 13 3D 3D 29 2B 1B
Octal 143 120 47 0 23 75 75 51 53 33
Binary 1100011 1010000 100111 0 10011 111101 111101 101001 101011 11011

Color Harmonies of #635027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635027

Black with #635027

Text Example


Text Example

White with #635027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635027; }

 p { color: rgb(99,80,39); }

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

background-color css

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

 a { background-color: rgb(99,80,39); }

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

border-color css

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

 span { border-color: rgb(99,80,39); }

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