Html Css Color HEX #655F3C Verdigris

📋 copy color: '#655F3C'

red 101 ◦ green 95 ◦ blue 60

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

Shades of Verdigris #655F3C

Tints of Verdigris #655F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 39.45%
G = 37.11%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#655F3C (or 0x655F3C) is known color: Verdigris. HEX triplet: 65, 5F and 3C. RGB value is (101,95,60). Sum of RGB (Red+Green+Blue) = 101+95+60=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 101 - color contains mainly: red. Hex color #655F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F3C is #9AA0C3. Grayscale: #5C5C5C. Windows color (decimal): -10133700 or 3956581. OLE color: 3956581.

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

Color convert

RGB 101 95 60 -
CMYK 0 0.06 0.41 0.60
HSL 51.22º 0.25% 0.32% -
HSV(B) 51.22º 0.41% 0.4% -
XYZ 10.27 11.28 5.91 -
YUV 92.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 101 95 60 0 0.06 0.41 0.60 51.22 0.25 0.32
Hex 65 5F 3C 0 6 29 3C 33 19 20
Octal 145 137 74 0 6 51 74 63 31 40
Binary 1100101 1011111 111100 0 110 101001 111100 110011 11001 100000

Color Harmonies of #655F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F3C

Black with #655F3C

Text Example


Text Example

White with #655F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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