Html Css Color HEX #695936 Horses Neck

📋 copy color: '#695936'

red 105 ◦ green 89 ◦ blue 54

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

Shades of Horses Neck #695936

Tints of Horses Neck #695936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 42.34%
G = 35.89%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#695936 (or 0x695936) is known color: Horses Neck. HEX triplet: 69, 59 and 36. RGB value is (105,89,54). Sum of RGB (Red+Green+Blue) = 105+89+54=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #695936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695936 is #96A6C9. Grayscale: #595959. Windows color (decimal): -9873098 or 3561833. OLE color: 3561833.

HSL color Cylindrical-coordinate representation of color #695936: hue angle of 41.18º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695936 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 89 54 -
CMYK 0 0.15 0.49 0.59
HSL 41.18º 0.32% 0.31% -
HSV(B) 41.18º 0.49% 0.41% -
XYZ 10.06 10.41 4.97 -
YUV 89.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 105 89 54 0 0.15 0.49 0.59 41.18 0.32 0.31
Hex 69 59 36 0 F 31 3B 29 20 1F
Octal 151 131 66 0 17 61 73 51 40 37
Binary 1101001 1011001 110110 0 1111 110001 111011 101001 100000 11111

Color Harmonies of #695936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695936

Black with #695936

Text Example


Text Example

White with #695936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695936; }

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

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

background-color css

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

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

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

border-color css

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

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

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