Html Css Color HEX #695B2B Horses Neck

📋 copy color: '#695B2B'

red 105 ◦ green 91 ◦ blue 43

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

Shades of Horses Neck #695B2B

Tints of Horses Neck #695B2B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 43.93%
G = 38.08%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#695B2B (or 0x695B2B) is known color: Horses Neck. HEX triplet: 69, 5B and 2B. RGB value is (105,91,43). Sum of RGB (Red+Green+Blue) = 105+91+43=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #695B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B2B is #96A4D4. Grayscale: #595959. Windows color (decimal): -9872597 or 2841449. OLE color: 2841449.

HSL color Cylindrical-coordinate representation of color #695B2B: hue angle of 46.45º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695B2B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 91 43 -
CMYK 0 0.13 0.59 0.59
HSL 46.45º 0.42% 0.29% -
HSV(B) 46.45º 0.59% 0.41% -
XYZ 10 10.66 3.82 -
YUV 89.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 105 91 43 0 0.13 0.59 0.59 46.45 0.42 0.29
Hex 69 5B 2B 0 D 3B 3B 2E 2A 1D
Octal 151 133 53 0 15 73 73 56 52 35
Binary 1101001 1011011 101011 0 1101 111011 111011 101110 101010 11101

Color Harmonies of #695B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B2B

Black with #695B2B

Text Example


Text Example

White with #695B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695B2B; }

 p { color: rgb(105,91,43); }

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

background-color css

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

 a { background-color: rgb(105,91,43); }

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

border-color css

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

 span { border-color: rgb(105,91,43); }

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