Html Css Color HEX #635126 West Coast

📋 copy color: '#635126'

red 99 ◦ green 81 ◦ blue 38

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

Shades of West Coast #635126

Tints of West Coast #635126

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 45.41%
G = 37.16%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#635126 (or 0x635126) is known color: West Coast. HEX triplet: 63, 51 and 26. RGB value is (99,81,38). Sum of RGB (Red+Green+Blue) = 99+81+38=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #635126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635126 is #9CAED9. Grayscale: #515151. Windows color (decimal): -10268378 or 2511203. OLE color: 2511203.

HSL color Cylindrical-coordinate representation of color #635126: hue angle of 42.3º 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 #635126 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 38 -
CMYK 0 0.18 0.62 0.61
HSL 42.3º 0.45% 0.27% -
HSV(B) 42.3º 0.62% 0.39% -
XYZ 8.44 8.68 3.06 -
YUV 81.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 99 81 38 0 0.18 0.62 0.61 42.3 0.45 0.27
Hex 63 51 26 0 12 3E 3D 2A 2D 1B
Octal 143 121 46 0 22 76 75 52 55 33
Binary 1100011 1010001 100110 0 10010 111110 111101 101010 101101 11011

Color Harmonies of #635126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635126

Black with #635126

Text Example


Text Example

White with #635126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635126; }

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

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

background-color css

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

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

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

border-color css

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

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

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