Html Css Color HEX #68604A Soya Bean

📋 copy color: '#68604A'

red 104 ◦ green 96 ◦ blue 74

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

Shades of Soya Bean #68604A

Tints of Soya Bean #68604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 37.96%
G = 35.04%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68604A (or 0x68604A) is known color: Soya Bean. HEX triplet: 68, 60 and 4A. RGB value is (104,96,74). Sum of RGB (Red+Green+Blue) = 104+96+74=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #68604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68604A is #979FB5. Grayscale: #5F5F5F. Windows color (decimal): -9936822 or 4874344. OLE color: 4874344.

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

Color convert

RGB 104 96 74 -
CMYK 0 0.08 0.29 0.59
HSL 44º 0.17% 0.35% -
HSV(B) 44º 0.29% 0.41% -
XYZ 11.13 11.8 8.17 -
YUV 95.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 104 96 74 0 0.08 0.29 0.59 44 0.17 0.35
Hex 68 60 4A 0 8 1D 3B 2C 11 23
Octal 150 140 112 0 10 35 73 54 21 43
Binary 1101000 1100000 1001010 0 1000 11101 111011 101100 10001 100011

Color Harmonies of #68604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68604A

Black with #68604A

Text Example


Text Example

White with #68604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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