Html Css Color HEX #655B41 Yellow Metal

📋 copy color: '#655B41'

red 101 ◦ green 91 ◦ blue 65

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

Shades of Yellow Metal #655B41

Tints of Yellow Metal #655B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 39.3%
G = 35.41%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#655B41 (or 0x655B41) is known color: Yellow Metal. HEX triplet: 65, 5B and 41. RGB value is (101,91,65). Sum of RGB (Red+Green+Blue) = 101+91+65=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #655B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B41 is #9AA4BE. Grayscale: #5B5B5B. Windows color (decimal): -10134719 or 4283237. OLE color: 4283237.

HSL color Cylindrical-coordinate representation of color #655B41: hue angle of 43.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655B41 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 91 65 -
CMYK 0 0.10 0.36 0.60
HSL 43.33º 0.22% 0.33% -
HSV(B) 43.33º 0.36% 0.4% -
XYZ 10.06 10.63 6.52 -
YUV 91.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 101 91 65 0 0.10 0.36 0.60 43.33 0.22 0.33
Hex 65 5B 41 0 A 24 3C 2B 16 21
Octal 145 133 101 0 12 44 74 53 26 41
Binary 1100101 1011011 1000001 0 1010 100100 111100 101011 10110 100001

Color Harmonies of #655B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B41

Black with #655B41

Text Example


Text Example

White with #655B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,91,65); }

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

background-color css

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

 a { background-color: rgb(101,91,65); }

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

border-color css

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

 span { border-color: rgb(101,91,65); }

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