Html Css Color HEX #635026 West Coast

📋 copy color: '#635026'

red 99 ◦ green 80 ◦ blue 38

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

Shades of West Coast #635026

Tints of West Coast #635026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 45.62%
G = 36.87%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#635026 (or 0x635026) is known color: West Coast. HEX triplet: 63, 50 and 26. RGB value is (99,80,38). Sum of RGB (Red+Green+Blue) = 99+80+38=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #635026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635026 is #9CAFD9. Grayscale: #515151. Windows color (decimal): -10268634 or 2510947. OLE color: 2510947.

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

Color convert

RGB 99 80 38 -
CMYK 0 0.19 0.62 0.61
HSL 41.31º 0.45% 0.27% -
HSV(B) 41.31º 0.62% 0.39% -
XYZ 8.36 8.53 3.04 -
YUV 80.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 99 80 38 0 0.19 0.62 0.61 41.31 0.45 0.27
Hex 63 50 26 0 13 3E 3D 29 2D 1B
Octal 143 120 46 0 23 76 75 51 55 33
Binary 1100011 1010000 100110 0 10011 111110 111101 101001 101101 11011

Color Harmonies of #635026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635026

Black with #635026

Text Example


Text Example

White with #635026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635026; }

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

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

background-color css

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

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

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

border-color css

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

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

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