Html Css Color HEX #68614B Soya Bean

📋 copy color: '#68614B'

red 104 ◦ green 97 ◦ blue 75

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

Shades of Soya Bean #68614B

Tints of Soya Bean #68614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 37.68%
G = 35.14%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68614B (or 0x68614B) is known color: Soya Bean. HEX triplet: 68, 61 and 4B. RGB value is (104,97,75). Sum of RGB (Red+Green+Blue) = 104+97+75=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68614B is #979EB4. Grayscale: #606060. Windows color (decimal): -9936565 or 4940136. OLE color: 4940136.

HSL color Cylindrical-coordinate representation of color #68614B: hue angle of 45.52º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68614B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 75 -
CMYK 0 0.07 0.28 0.59
HSL 45.52º 0.16% 0.35% -
HSV(B) 45.52º 0.28% 0.41% -
XYZ 11.25 12 8.38 -
YUV 96.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 104 97 75 0 0.07 0.28 0.59 45.52 0.16 0.35
Hex 68 61 4B 0 7 1C 3B 2E 10 23
Octal 150 141 113 0 7 34 73 56 20 43
Binary 1101000 1100001 1001011 0 111 11100 111011 101110 10000 100011

Color Harmonies of #68614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68614B

Black with #68614B

Text Example


Text Example

White with #68614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68614B; }

 p { color: rgb(104,97,75); }

 H1.HeaderClassName
 {
   color: #68614B;
 }
 .AnyTagClassName
 {
   color: #68614B;
 }
</style>

background-color css

<style>
 a { background-color: #68614B; }

 a { background-color: rgb(104,97,75); }

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

border-color css

<style>
 span { border-color: #68614B; }

 span { border-color: rgb(104,97,75); }

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