Html Css Color HEX #665C3D Yellow Metal

📋 copy color: '#665C3D'

red 102 ◦ green 92 ◦ blue 61

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

Shades of Yellow Metal #665C3D

Tints of Yellow Metal #665C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 40%
G = 36.08%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#665C3D (or 0x665C3D) is known color: Yellow Metal. HEX triplet: 66, 5C and 3D. RGB value is (102,92,61). Sum of RGB (Red+Green+Blue) = 102+92+61=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C3D is #99A3C2. Grayscale: #5B5B5B. Windows color (decimal): -10068931 or 4021350. OLE color: 4021350.

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

Color convert

RGB 102 92 61 -
CMYK 0 0.10 0.40 0.6
HSL 45.37º 0.25% 0.32% -
HSV(B) 45.37º 0.4% 0.4% -
XYZ 10.15 10.82 5.97 -
YUV 91.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 102 92 61 0 0.10 0.40 0.6 45.37 0.25 0.32
Hex 66 5C 3D 0 A 28 3C 2D 19 20
Octal 146 134 75 0 12 50 74 55 31 40
Binary 1100110 1011100 111101 0 1010 101000 111100 101101 11001 100000

Color Harmonies of #665C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C3D

Black with #665C3D

Text Example


Text Example

White with #665C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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