Html Css Color HEX #695025 Horses Neck

📋 copy color: '#695025'

red 105 ◦ green 80 ◦ blue 37

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

Shades of Horses Neck #695025

Tints of Horses Neck #695025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 47.3%
G = 36.04%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#695025 (or 0x695025) is known color: Horses Neck. HEX triplet: 69, 50 and 25. RGB value is (105,80,37). Sum of RGB (Red+Green+Blue) = 105+80+37=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #695025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695025 is #96AFDA. Grayscale: #525252. Windows color (decimal): -9875419 or 2445417. OLE color: 2445417.

HSL color Cylindrical-coordinate representation of color #695025: hue angle of 37.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #695025 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 37 -
CMYK 0 0.24 0.65 0.59
HSL 37.94º 0.48% 0.28% -
HSV(B) 37.94º 0.65% 0.41% -
XYZ 9.03 8.87 2.99 -
YUV 82.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 105 80 37 0 0.24 0.65 0.59 37.94 0.48 0.28
Hex 69 50 25 0 18 41 3B 26 30 1C
Octal 151 120 45 0 30 101 73 46 60 34
Binary 1101001 1010000 100101 0 11000 1000001 111011 100110 110000 11100

Color Harmonies of #695025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695025

Black with #695025

Text Example


Text Example

White with #695025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695025; }

 p { color: rgb(105,80,37); }

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

background-color css

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

 a { background-color: rgb(105,80,37); }

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

border-color css

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

 span { border-color: rgb(105,80,37); }

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