Html Css Color HEX #665F4B Soya Bean

📋 copy color: '#665F4B'

red 102 ◦ green 95 ◦ blue 75

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

Shades of Soya Bean #665F4B

Tints of Soya Bean #665F4B

RGB

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

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

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

R = 37.5%
G = 34.93%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#665F4B (or 0x665F4B) is known color: Soya Bean. HEX triplet: 66, 5F and 4B. RGB value is (102,95,75). Sum of RGB (Red+Green+Blue) = 102+95+75=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F4B is #99A0B4. Grayscale: #5E5E5E. Windows color (decimal): -10068149 or 4939622. OLE color: 4939622.

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

Color convert

RGB 102 95 75 -
CMYK 0 0.07 0.26 0.6
HSL 44.44º 0.15% 0.35% -
HSV(B) 44.44º 0.26% 0.4% -
XYZ 10.84 11.52 8.31 -
YUV 94.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 102 95 75 0 0.07 0.26 0.6 44.44 0.15 0.35
Hex 66 5F 4B 0 7 1A 3C 2C F 23
Octal 146 137 113 0 7 32 74 54 17 43
Binary 1100110 1011111 1001011 0 111 11010 111100 101100 1111 100011

Color Harmonies of #665F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F4B

Black with #665F4B

Text Example


Text Example

White with #665F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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