Html Css Color HEX #665F4A Soya Bean

📋 copy color: '#665F4A'

red 102 ◦ green 95 ◦ blue 74

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

Shades of Soya Bean #665F4A

Tints of Soya Bean #665F4A

RGB

 RED value IS 102 (40.23% from 255) = 37.64%

 GREEN value IS 95 (37.5% from 255) = 35.06%

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

R = 37.64%
G = 35.06%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#665F4A (or 0x665F4A) is known color: Soya Bean. HEX triplet: 66, 5F and 4A. RGB value is (102,95,74). Sum of RGB (Red+Green+Blue) = 102+95+74=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F4A is #99A0B5. Grayscale: #5E5E5E. Windows color (decimal): -10068150 or 4874086. OLE color: 4874086.

HSL color Cylindrical-coordinate representation of color #665F4A: hue angle of 45º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665F4A is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 74 -
CMYK 0 0.07 0.27 0.6
HSL 45º 0.16% 0.35% -
HSV(B) 45º 0.27% 0.4% -
XYZ 10.81 11.5 8.13 -
YUV 94.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 102 95 74 0 0.07 0.27 0.6 45 0.16 0.35
Hex 66 5F 4A 0 7 1B 3C 2D 10 23
Octal 146 137 112 0 7 33 74 55 20 43
Binary 1100110 1011111 1001010 0 111 11011 111100 101101 10000 100011

Color Harmonies of #665F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F4A

Black with #665F4A

Text Example


Text Example

White with #665F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665F4A; }

 p { color: rgb(102,95,74); }

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

background-color css

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

 a { background-color: rgb(102,95,74); }

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

border-color css

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

 span { border-color: rgb(102,95,74); }

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