Html Css Color HEX #655A3D Yellow Metal

📋 copy color: '#655A3D'

red 101 ◦ green 90 ◦ blue 61

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

Shades of Yellow Metal #655A3D

Tints of Yellow Metal #655A3D

RGB

 RED value IS 101 (39.84% from 255) = 40.08%

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

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

R = 40.08%
G = 35.71%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#655A3D (or 0x655A3D) is known color: Yellow Metal. HEX triplet: 65, 5A and 3D. RGB value is (101,90,61). Sum of RGB (Red+Green+Blue) = 101+90+61=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A3D is #9AA5C2. Grayscale: #5A5A5A. Windows color (decimal): -10134979 or 4020837. OLE color: 4020837.

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

Color convert

RGB 101 90 61 -
CMYK 0 0.11 0.40 0.60
HSL 43.5º 0.25% 0.32% -
HSV(B) 43.5º 0.4% 0.4% -
XYZ 9.87 10.42 5.91 -
YUV 89.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 101 90 61 0 0.11 0.40 0.60 43.5 0.25 0.32
Hex 65 5A 3D 0 B 28 3C 2C 19 20
Octal 145 132 75 0 13 50 74 54 31 40
Binary 1100101 1011010 111101 0 1011 101000 111100 101100 11001 100000

Color Harmonies of #655A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655A3D

Black with #655A3D

Text Example


Text Example

White with #655A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655A3D; }

 p { color: rgb(101,90,61); }

 H1.HeaderClassName
 {
   color: #655A3D;
 }
 .AnyTagClassName
 {
   color: #655A3D;
 }
</style>

background-color css

<style>
 a { background-color: #655A3D; }

 a { background-color: rgb(101,90,61); }

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

border-color css

<style>
 span { border-color: #655A3D; }

 span { border-color: rgb(101,90,61); }

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