Html Css Color HEX #695838 Horses Neck

📋 copy color: '#695838'

red 105 ◦ green 88 ◦ blue 56

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

Shades of Horses Neck #695838

Tints of Horses Neck #695838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 42.17%
G = 35.34%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#695838 (or 0x695838) is known color: Horses Neck. HEX triplet: 69, 58 and 38. RGB value is (105,88,56). Sum of RGB (Red+Green+Blue) = 105+88+56=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #695838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695838 is #96A7C7. Grayscale: #595959. Windows color (decimal): -9873352 or 3692649. OLE color: 3692649.

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

Color convert

RGB 105 88 56 -
CMYK 0 0.16 0.47 0.59
HSL 39.18º 0.3% 0.32% -
HSV(B) 39.18º 0.47% 0.41% -
XYZ 10.03 10.27 5.19 -
YUV 89.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 105 88 56 0 0.16 0.47 0.59 39.18 0.3 0.32
Hex 69 58 38 0 10 2F 3B 27 1E 20
Octal 151 130 70 0 20 57 73 47 36 40
Binary 1101001 1011000 111000 0 10000 101111 111011 100111 11110 100000

Color Harmonies of #695838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695838

Black with #695838

Text Example


Text Example

White with #695838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695838; }

 p { color: rgb(105,88,56); }

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

background-color css

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

 a { background-color: rgb(105,88,56); }

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

border-color css

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

 span { border-color: rgb(105,88,56); }

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