Html Css Color HEX #695933 Horses Neck

📋 copy color: '#695933'

red 105 ◦ green 89 ◦ blue 51

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

Shades of Horses Neck #695933

Tints of Horses Neck #695933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 42.86%
G = 36.33%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#695933 (or 0x695933) is known color: Horses Neck. HEX triplet: 69, 59 and 33. RGB value is (105,89,51). Sum of RGB (Red+Green+Blue) = 105+89+51=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #695933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695933 is #96A6CC. Grayscale: #595959. Windows color (decimal): -9873101 or 3365225. OLE color: 3365225.

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

Color convert

RGB 105 89 51 -
CMYK 0 0.15 0.51 0.59
HSL 42.22º 0.35% 0.31% -
HSV(B) 42.22º 0.51% 0.41% -
XYZ 10 10.39 4.61 -
YUV 89.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 105 89 51 0 0.15 0.51 0.59 42.22 0.35 0.31
Hex 69 59 33 0 F 33 3B 2A 23 1F
Octal 151 131 63 0 17 63 73 52 43 37
Binary 1101001 1011001 110011 0 1111 110011 111011 101010 100011 11111

Color Harmonies of #695933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695933

Black with #695933

Text Example


Text Example

White with #695933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695933; }

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

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

background-color css

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

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

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

border-color css

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

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

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