Html Css Color HEX #695F45 Soya Bean

📋 copy color: '#695F45'

red 105 ◦ green 95 ◦ blue 69

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

Shades of Soya Bean #695F45

Tints of Soya Bean #695F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.32%

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 39.03%
G = 35.32%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#695F45 (or 0x695F45) is known color: Soya Bean. HEX triplet: 69, 5F and 45. RGB value is (105,95,69). Sum of RGB (Red+Green+Blue) = 105+95+69=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #695F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F45 is #96A0BA. Grayscale: #5F5F5F. Windows color (decimal): -9871547 or 4546409. OLE color: 4546409.

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

Color convert

RGB 105 95 69 -
CMYK 0 0.10 0.34 0.59
HSL 43.33º 0.21% 0.34% -
HSV(B) 43.33º 0.34% 0.41% -
XYZ 10.99 11.62 7.29 -
YUV 95.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 105 95 69 0 0.10 0.34 0.59 43.33 0.21 0.34
Hex 69 5F 45 0 A 22 3B 2B 15 22
Octal 151 137 105 0 12 42 73 53 25 42
Binary 1101001 1011111 1000101 0 1010 100010 111011 101011 10101 100010

Color Harmonies of #695F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F45

Black with #695F45

Text Example


Text Example

White with #695F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,95,69); }

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

background-color css

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

 a { background-color: rgb(105,95,69); }

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

border-color css

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

 span { border-color: rgb(105,95,69); }

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