Html Css Color HEX #695535 Horses Neck

📋 copy color: '#695535'

red 105 ◦ green 85 ◦ blue 53

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

Shades of Horses Neck #695535

Tints of Horses Neck #695535

RGB

 RED value IS 105 (41.41% from 255) = 43.21%

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 43.21%
G = 34.98%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#695535 (or 0x695535) is known color: Horses Neck. HEX triplet: 69, 55 and 35. RGB value is (105,85,53). Sum of RGB (Red+Green+Blue) = 105+85+53=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #695535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695535 is #96AACA. Grayscale: #575757. Windows color (decimal): -9874123 or 3495273. OLE color: 3495273.

HSL color Cylindrical-coordinate representation of color #695535: hue angle of 36.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695535 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 85 53 -
CMYK 0 0.19 0.50 0.59
HSL 36.92º 0.33% 0.31% -
HSV(B) 36.92º 0.5% 0.41% -
XYZ 9.72 9.76 4.74 -
YUV 87.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 105 85 53 0 0.19 0.50 0.59 36.92 0.33 0.31
Hex 69 55 35 0 13 32 3B 25 21 1F
Octal 151 125 65 0 23 62 73 45 41 37
Binary 1101001 1010101 110101 0 10011 110010 111011 100101 100001 11111

Color Harmonies of #695535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695535

Black with #695535

Text Example


Text Example

White with #695535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695535; }

 p { color: rgb(105,85,53); }

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

background-color css

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

 a { background-color: rgb(105,85,53); }

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

border-color css

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

 span { border-color: rgb(105,85,53); }

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