Html Css Color HEX #665B3D Yellow Metal

📋 copy color: '#665B3D'

red 102 ◦ green 91 ◦ blue 61

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

Shades of Yellow Metal #665B3D

Tints of Yellow Metal #665B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

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

R = 40.16%
G = 35.83%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#665B3D (or 0x665B3D) is known color: Yellow Metal. HEX triplet: 66, 5B and 3D. RGB value is (102,91,61). Sum of RGB (Red+Green+Blue) = 102+91+61=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #665B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B3D is #99A4C2. Grayscale: #5A5A5A. Windows color (decimal): -10069187 or 4021094. OLE color: 4021094.

HSL color Cylindrical-coordinate representation of color #665B3D: hue angle of 43.9º 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 #665B3D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 61 -
CMYK 0 0.11 0.40 0.6
HSL 43.9º 0.25% 0.32% -
HSV(B) 43.9º 0.4% 0.4% -
XYZ 10.06 10.64 5.94 -
YUV 90.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 102 91 61 0 0.11 0.40 0.6 43.9 0.25 0.32
Hex 66 5B 3D 0 B 28 3C 2C 19 20
Octal 146 133 75 0 13 50 74 54 31 40
Binary 1100110 1011011 111101 0 1011 101000 111100 101100 11001 100000

Color Harmonies of #665B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B3D

Black with #665B3D

Text Example


Text Example

White with #665B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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