Html Css Color HEX #635A34 West Coast

📋 copy color: '#635A34'

red 99 ◦ green 90 ◦ blue 52

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

Shades of West Coast #635A34

Tints of West Coast #635A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 41.08%
G = 37.34%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#635A34 (or 0x635A34) is known color: West Coast. HEX triplet: 63, 5A and 34. RGB value is (99,90,52). Sum of RGB (Red+Green+Blue) = 99+90+52=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #635A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A34 is #9CA5CB. Grayscale: #585858. Windows color (decimal): -10266060 or 3431011. OLE color: 3431011.

HSL color Cylindrical-coordinate representation of color #635A34: hue angle of 48.51º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635A34 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 90 52 -
CMYK 0 0.09 0.47 0.61
HSL 48.51º 0.31% 0.3% -
HSV(B) 48.51º 0.47% 0.39% -
XYZ 9.42 10.21 4.72 -
YUV 88.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 99 90 52 0 0.09 0.47 0.61 48.51 0.31 0.3
Hex 63 5A 34 0 9 2F 3D 31 1F 1E
Octal 143 132 64 0 11 57 75 61 37 36
Binary 1100011 1011010 110100 0 1001 101111 111101 110001 11111 11110

Color Harmonies of #635A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A34

Black with #635A34

Text Example


Text Example

White with #635A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635A34; }

 p { color: rgb(99,90,52); }

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

background-color css

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

 a { background-color: rgb(99,90,52); }

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

border-color css

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

 span { border-color: rgb(99,90,52); }

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