Html Css Color HEX #655F3F Verdigris

📋 copy color: '#655F3F'

red 101 ◦ green 95 ◦ blue 63

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

Shades of Verdigris #655F3F

Tints of Verdigris #655F3F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.68%

 BLUE value IS 63 (25% from 255) = 24.32%

R = 39%
G = 36.68%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#655F3F (or 0x655F3F) is known color: Verdigris. HEX triplet: 65, 5F and 3F. RGB value is (101,95,63). Sum of RGB (Red+Green+Blue) = 101+95+63=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #655F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F3F is #9AA0C0. Grayscale: #5D5D5D. Windows color (decimal): -10133697 or 4153189. OLE color: 4153189.

HSL color Cylindrical-coordinate representation of color #655F3F: hue angle of 50.53º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #655F3F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 95 63 -
CMYK 0 0.06 0.38 0.60
HSL 50.53º 0.23% 0.32% -
HSV(B) 50.53º 0.38% 0.4% -
XYZ 10.36 11.31 6.34 -
YUV 93.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 101 95 63 0 0.06 0.38 0.60 50.53 0.23 0.32
Hex 65 5F 3F 0 6 26 3C 33 17 20
Octal 145 137 77 0 6 46 74 63 27 40
Binary 1100101 1011111 111111 0 110 100110 111100 110011 10111 100000

Color Harmonies of #655F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F3F

Black with #655F3F

Text Example


Text Example

White with #655F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,95,63); }

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

background-color css

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

 a { background-color: rgb(101,95,63); }

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

border-color css

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

 span { border-color: rgb(101,95,63); }

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