Html Css Color HEX #695E43 Soya Bean

📋 copy color: '#695E43'

red 105 ◦ green 94 ◦ blue 67

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

Shades of Soya Bean #695E43

Tints of Soya Bean #695E43

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 39.47%
G = 35.34%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#695E43 (or 0x695E43) is known color: Soya Bean. HEX triplet: 69, 5E and 43. RGB value is (105,94,67). Sum of RGB (Red+Green+Blue) = 105+94+67=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #695E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E43 is #96A1BC. Grayscale: #5E5E5E. Windows color (decimal): -9871805 or 4415081. OLE color: 4415081.

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

Color convert

RGB 105 94 67 -
CMYK 0 0.10 0.36 0.59
HSL 42.63º 0.22% 0.34% -
HSV(B) 42.63º 0.36% 0.41% -
XYZ 10.84 11.41 6.94 -
YUV 94.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 105 94 67 0 0.10 0.36 0.59 42.63 0.22 0.34
Hex 69 5E 43 0 A 24 3B 2B 16 22
Octal 151 136 103 0 12 44 73 53 26 42
Binary 1101001 1011110 1000011 0 1010 100100 111011 101011 10110 100010

Color Harmonies of #695E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E43

Black with #695E43

Text Example


Text Example

White with #695E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,67); }

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

background-color css

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

 a { background-color: rgb(105,94,67); }

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

border-color css

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

 span { border-color: rgb(105,94,67); }

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