Html Css Color HEX #68604D Soya Bean

📋 copy color: '#68604D'

red 104 ◦ green 96 ◦ blue 77

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

Shades of Soya Bean #68604D

Tints of Soya Bean #68604D

RGB

 RED value IS 104 (41.02% from 255) = 37.55%

 GREEN value IS 96 (37.89% from 255) = 34.66%

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 37.55%
G = 34.66%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68604D (or 0x68604D) is known color: Soya Bean. HEX triplet: 68, 60 and 4D. RGB value is (104,96,77). Sum of RGB (Red+Green+Blue) = 104+96+77=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68604D is #979FB2. Grayscale: #606060. Windows color (decimal): -9936819 or 5070952. OLE color: 5070952.

HSL color Cylindrical-coordinate representation of color #68604D: hue angle of 42.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68604D is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 77 -
CMYK 0 0.08 0.26 0.59
HSL 42.22º 0.15% 0.35% -
HSV(B) 42.22º 0.26% 0.41% -
XYZ 11.23 11.84 8.72 -
YUV 96.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 104 96 77 0 0.08 0.26 0.59 42.22 0.15 0.35
Hex 68 60 4D 0 8 1A 3B 2A F 23
Octal 150 140 115 0 10 32 73 52 17 43
Binary 1101000 1100000 1001101 0 1000 11010 111011 101010 1111 100011

Color Harmonies of #68604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68604D

Black with #68604D

Text Example


Text Example

White with #68604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68604D; }

 p { color: rgb(104,96,77); }

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

background-color css

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

 a { background-color: rgb(104,96,77); }

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

border-color css

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

 span { border-color: rgb(104,96,77); }

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