Html Css Color HEX #665A3A Yellow Metal

📋 copy color: '#665A3A'

red 102 ◦ green 90 ◦ blue 58

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

Shades of Yellow Metal #665A3A

Tints of Yellow Metal #665A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 40.8%
G = 36%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#665A3A (or 0x665A3A) is known color: Yellow Metal. HEX triplet: 66, 5A and 3A. RGB value is (102,90,58). Sum of RGB (Red+Green+Blue) = 102+90+58=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #665A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A3A is #99A5C5. Grayscale: #5A5A5A. Windows color (decimal): -10069446 or 3824230. OLE color: 3824230.

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

Color convert

RGB 102 90 58 -
CMYK 0 0.12 0.43 0.6
HSL 43.64º 0.28% 0.31% -
HSV(B) 43.64º 0.43% 0.4% -
XYZ 9.9 10.44 5.5 -
YUV 89.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 102 90 58 0 0.12 0.43 0.6 43.64 0.28 0.31
Hex 66 5A 3A 0 C 2B 3C 2C 1C 1F
Octal 146 132 72 0 14 53 74 54 34 37
Binary 1100110 1011010 111010 0 1100 101011 111100 101100 11100 11111

Color Harmonies of #665A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A3A

Black with #665A3A

Text Example


Text Example

White with #665A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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