Html Css Color HEX #695428 Horses Neck

📋 copy color: '#695428'

red 105 ◦ green 84 ◦ blue 40

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

Shades of Horses Neck #695428

Tints of Horses Neck #695428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 45.85%
G = 36.68%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#695428 (or 0x695428) is known color: Horses Neck. HEX triplet: 69, 54 and 28. RGB value is (105,84,40). Sum of RGB (Red+Green+Blue) = 105+84+40=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #695428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695428 is #96ABD7. Grayscale: #555555. Windows color (decimal): -9874392 or 2643049. OLE color: 2643049.

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

Color convert

RGB 105 84 40 -
CMYK 0 0.20 0.62 0.59
HSL 40.62º 0.45% 0.28% -
HSV(B) 40.62º 0.62% 0.41% -
XYZ 9.38 9.5 3.35 -
YUV 85.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 105 84 40 0 0.20 0.62 0.59 40.62 0.45 0.28
Hex 69 54 28 0 14 3E 3B 29 2D 1C
Octal 151 124 50 0 24 76 73 51 55 34
Binary 1101001 1010100 101000 0 10100 111110 111011 101001 101101 11100

Color Harmonies of #695428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695428

Black with #695428

Text Example


Text Example

White with #695428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695428; }

 p { color: rgb(105,84,40); }

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

background-color css

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

 a { background-color: rgb(105,84,40); }

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

border-color css

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

 span { border-color: rgb(105,84,40); }

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