Html Css Color HEX #695E44 Soya Bean

📋 copy color: '#695E44'

red 105 ◦ green 94 ◦ blue 68

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

Shades of Soya Bean #695E44

Tints of Soya Bean #695E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 39.33%
G = 35.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#695E44 (or 0x695E44) is known color: Soya Bean. HEX triplet: 69, 5E and 44. RGB value is (105,94,68). Sum of RGB (Red+Green+Blue) = 105+94+68=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #695E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E44 is #96A1BB. Grayscale: #5E5E5E. Windows color (decimal): -9871804 or 4480617. OLE color: 4480617.

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

Color convert

RGB 105 94 68 -
CMYK 0 0.10 0.35 0.59
HSL 42.16º 0.21% 0.34% -
HSV(B) 42.16º 0.35% 0.41% -
XYZ 10.87 11.43 7.1 -
YUV 94.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 105 94 68 0 0.10 0.35 0.59 42.16 0.21 0.34
Hex 69 5E 44 0 A 23 3B 2A 15 22
Octal 151 136 104 0 12 43 73 52 25 42
Binary 1101001 1011110 1000100 0 1010 100011 111011 101010 10101 100010

Color Harmonies of #695E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E44

Black with #695E44

Text Example


Text Example

White with #695E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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