Html Css Color HEX #695935 Horses Neck

📋 copy color: '#695935'

red 105 ◦ green 89 ◦ blue 53

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

Shades of Horses Neck #695935

Tints of Horses Neck #695935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

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

R = 42.51%
G = 36.03%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#695935 (or 0x695935) is known color: Horses Neck. HEX triplet: 69, 59 and 35. RGB value is (105,89,53). Sum of RGB (Red+Green+Blue) = 105+89+53=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #695935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695935 is #96A6CA. Grayscale: #595959. Windows color (decimal): -9873099 or 3496297. OLE color: 3496297.

HSL color Cylindrical-coordinate representation of color #695935: hue angle of 41.54º 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 #695935 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 89 53 -
CMYK 0 0.15 0.50 0.59
HSL 41.54º 0.33% 0.31% -
HSV(B) 41.54º 0.5% 0.41% -
XYZ 10.04 10.41 4.85 -
YUV 89.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 105 89 53 0 0.15 0.50 0.59 41.54 0.33 0.31
Hex 69 59 35 0 F 32 3B 2A 21 1F
Octal 151 131 65 0 17 62 73 52 41 37
Binary 1101001 1011001 110101 0 1111 110010 111011 101010 100001 11111

Color Harmonies of #695935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695935

Black with #695935

Text Example


Text Example

White with #695935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695935; }

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

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

background-color css

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

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

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

border-color css

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

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

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