Html Css Color HEX #635030 Horses Neck

📋 copy color: '#635030'

red 99 ◦ green 80 ◦ blue 48

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

Shades of Horses Neck #635030

Tints of Horses Neck #635030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 43.61%
G = 35.24%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#635030 (or 0x635030) is known color: Horses Neck. HEX triplet: 63, 50 and 30. RGB value is (99,80,48). Sum of RGB (Red+Green+Blue) = 99+80+48=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #635030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635030 is #9CAFCF. Grayscale: #525252. Windows color (decimal): -10268624 or 3166307. OLE color: 3166307.

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

Color convert

RGB 99 80 48 -
CMYK 0 0.19 0.52 0.61
HSL 37.65º 0.35% 0.29% -
HSV(B) 37.65º 0.52% 0.39% -
XYZ 8.55 8.6 4.01 -
YUV 82.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 99 80 48 0 0.19 0.52 0.61 37.65 0.35 0.29
Hex 63 50 30 0 13 34 3D 26 23 1D
Octal 143 120 60 0 23 64 75 46 43 35
Binary 1100011 1010000 110000 0 10011 110100 111101 100110 100011 11101

Color Harmonies of #635030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635030

Black with #635030

Text Example


Text Example

White with #635030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635030; }

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

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

background-color css

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

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

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

border-color css

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

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

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