Html Css Color HEX #655F45 Verdigris

📋 copy color: '#655F45'

red 101 ◦ green 95 ◦ blue 69

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

Shades of Verdigris #655F45

Tints of Verdigris #655F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 38.11%
G = 35.85%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#655F45 (or 0x655F45) is known color: Verdigris. HEX triplet: 65, 5F and 45. RGB value is (101,95,69). Sum of RGB (Red+Green+Blue) = 101+95+69=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #655F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F45 is #9AA0BA. Grayscale: #5D5D5D. Windows color (decimal): -10133691 or 4546405. OLE color: 4546405.

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

Color convert

RGB 101 95 69 -
CMYK 0 0.06 0.32 0.60
HSL 48.75º 0.19% 0.33% -
HSV(B) 48.75º 0.32% 0.4% -
XYZ 10.53 11.38 7.27 -
YUV 93.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 101 95 69 0 0.06 0.32 0.60 48.75 0.19 0.33
Hex 65 5F 45 0 6 20 3C 31 13 21
Octal 145 137 105 0 6 40 74 61 23 41
Binary 1100101 1011111 1000101 0 110 100000 111100 110001 10011 100001

Color Harmonies of #655F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F45

Black with #655F45

Text Example


Text Example

White with #655F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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