Html Css Color HEX #676045 Soya Bean

📋 copy color: '#676045'

red 103 ◦ green 96 ◦ blue 69

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

Shades of Soya Bean #676045

Tints of Soya Bean #676045

RGB

 RED value IS 103 (40.63% from 255) = 38.43%

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 38.43%
G = 35.82%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#676045 (or 0x676045) is known color: Soya Bean. HEX triplet: 67, 60 and 45. RGB value is (103,96,69). Sum of RGB (Red+Green+Blue) = 103+96+69=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #676045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676045 is #989FBA. Grayscale: #5F5F5F. Windows color (decimal): -10002363 or 4546663. OLE color: 4546663.

HSL color Cylindrical-coordinate representation of color #676045: hue angle of 47.65º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676045 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 96 69 -
CMYK 0 0.07 0.33 0.60
HSL 47.65º 0.2% 0.34% -
HSV(B) 47.65º 0.33% 0.4% -
XYZ 10.85 11.68 7.31 -
YUV 95.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 103 96 69 0 0.07 0.33 0.60 47.65 0.2 0.34
Hex 67 60 45 0 7 21 3C 30 14 22
Octal 147 140 105 0 7 41 74 60 24 42
Binary 1100111 1100000 1000101 0 111 100001 111100 110000 10100 100010

Color Harmonies of #676045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676045

Black with #676045

Text Example


Text Example

White with #676045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676045; }

 p { color: rgb(103,96,69); }

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

background-color css

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

 a { background-color: rgb(103,96,69); }

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

border-color css

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

 span { border-color: rgb(103,96,69); }

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