Html Css Color HEX #665C3F Yellow Metal

📋 copy color: '#665C3F'

red 102 ◦ green 92 ◦ blue 63

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

Shades of Yellow Metal #665C3F

Tints of Yellow Metal #665C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 39.69%
G = 35.8%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#665C3F (or 0x665C3F) is known color: Yellow Metal. HEX triplet: 66, 5C and 3F. RGB value is (102,92,63). Sum of RGB (Red+Green+Blue) = 102+92+63=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #665C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C3F is #99A3C0. Grayscale: #5B5B5B. Windows color (decimal): -10068929 or 4152422. OLE color: 4152422.

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

Color convert

RGB 102 92 63 -
CMYK 0 0.10 0.38 0.6
HSL 44.62º 0.24% 0.32% -
HSV(B) 44.62º 0.38% 0.4% -
XYZ 10.2 10.84 6.26 -
YUV 91.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 102 92 63 0 0.10 0.38 0.6 44.62 0.24 0.32
Hex 66 5C 3F 0 A 26 3C 2D 18 20
Octal 146 134 77 0 12 46 74 55 30 40
Binary 1100110 1011100 111111 0 1010 100110 111100 101101 11000 100000

Color Harmonies of #665C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C3F

Black with #665C3F

Text Example


Text Example

White with #665C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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