Html Css Color HEX #665A3C Yellow Metal

📋 copy color: '#665A3C'

red 102 ◦ green 90 ◦ blue 60

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

Shades of Yellow Metal #665A3C

Tints of Yellow Metal #665A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 40.48%
G = 35.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#665A3C (or 0x665A3C) is known color: Yellow Metal. HEX triplet: 66, 5A and 3C. RGB value is (102,90,60). Sum of RGB (Red+Green+Blue) = 102+90+60=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A3C is #99A5C3. Grayscale: #5A5A5A. Windows color (decimal): -10069444 or 3955302. OLE color: 3955302.

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

Color convert

RGB 102 90 60 -
CMYK 0 0.12 0.41 0.6
HSL 42.86º 0.26% 0.32% -
HSV(B) 42.86º 0.41% 0.4% -
XYZ 9.95 10.46 5.77 -
YUV 90.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 102 90 60 0 0.12 0.41 0.6 42.86 0.26 0.32
Hex 66 5A 3C 0 C 29 3C 2B 1A 20
Octal 146 132 74 0 14 51 74 53 32 40
Binary 1100110 1011010 111100 0 1100 101001 111100 101011 11010 100000

Color Harmonies of #665A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A3C

Black with #665A3C

Text Example


Text Example

White with #665A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,90,60); }

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

background-color css

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

 a { background-color: rgb(102,90,60); }

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

border-color css

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

 span { border-color: rgb(102,90,60); }

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