Html Css Color HEX #665C42 Soya Bean

📋 copy color: '#665C42'

red 102 ◦ green 92 ◦ blue 66

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

Shades of Soya Bean #665C42

Tints of Soya Bean #665C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.38%

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 39.23%
G = 35.38%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#665C42 (or 0x665C42) is known color: Soya Bean. HEX triplet: 66, 5C and 42. RGB value is (102,92,66). Sum of RGB (Red+Green+Blue) = 102+92+66=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #665C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C42 is #99A3BD. Grayscale: #5C5C5C. Windows color (decimal): -10068926 or 4349030. OLE color: 4349030.

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

Color convert

RGB 102 92 66 -
CMYK 0 0.10 0.35 0.6
HSL 43.33º 0.21% 0.33% -
HSV(B) 43.33º 0.35% 0.4% -
XYZ 10.29 10.87 6.71 -
YUV 92.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 102 92 66 0 0.10 0.35 0.6 43.33 0.21 0.33
Hex 66 5C 42 0 A 23 3C 2B 15 21
Octal 146 134 102 0 12 43 74 53 25 41
Binary 1100110 1011100 1000010 0 1010 100011 111100 101011 10101 100001

Color Harmonies of #665C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C42

Black with #665C42

Text Example


Text Example

White with #665C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,66); }

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

background-color css

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

 a { background-color: rgb(102,92,66); }

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

border-color css

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

 span { border-color: rgb(102,92,66); }

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