Html Css Color HEX #635331 West Coast

📋 copy color: '#635331'

red 99 ◦ green 83 ◦ blue 49

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

Shades of West Coast #635331

Tints of West Coast #635331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 42.86%
G = 35.93%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#635331 (or 0x635331) is known color: West Coast. HEX triplet: 63, 53 and 31. RGB value is (99,83,49). Sum of RGB (Red+Green+Blue) = 99+83+49=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #635331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635331 is #9CACCE. Grayscale: #545454. Windows color (decimal): -10267855 or 3232611. OLE color: 3232611.

HSL color Cylindrical-coordinate representation of color #635331: hue angle of 40.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635331 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 49 -
CMYK 0 0.16 0.51 0.61
HSL 40.8º 0.34% 0.29% -
HSV(B) 40.8º 0.51% 0.39% -
XYZ 8.79 9.06 4.19 -
YUV 83.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 99 83 49 0 0.16 0.51 0.61 40.8 0.34 0.29
Hex 63 53 31 0 10 33 3D 29 22 1D
Octal 143 123 61 0 20 63 75 51 42 35
Binary 1100011 1010011 110001 0 10000 110011 111101 101001 100010 11101

Color Harmonies of #635331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635331

Black with #635331

Text Example


Text Example

White with #635331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635331; }

 p { color: rgb(99,83,49); }

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

background-color css

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

 a { background-color: rgb(99,83,49); }

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

border-color css

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

 span { border-color: rgb(99,83,49); }

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