Html Css Color HEX #655C3C Verdigris

📋 copy color: '#655C3C'

red 101 ◦ green 92 ◦ blue 60

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

Shades of Verdigris #655C3C

Tints of Verdigris #655C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 39.92%
G = 36.36%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#655C3C (or 0x655C3C) is known color: Verdigris. HEX triplet: 65, 5C and 3C. RGB value is (101,92,60). Sum of RGB (Red+Green+Blue) = 101+92+60=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #655C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C3C is #9AA3C3. Grayscale: #5B5B5B. Windows color (decimal): -10134468 or 3955813. OLE color: 3955813.

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

Color convert

RGB 101 92 60 -
CMYK 0 0.09 0.41 0.60
HSL 46.83º 0.25% 0.32% -
HSV(B) 46.83º 0.41% 0.4% -
XYZ 10.01 10.75 5.82 -
YUV 91.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 101 92 60 0 0.09 0.41 0.60 46.83 0.25 0.32
Hex 65 5C 3C 0 9 29 3C 2F 19 20
Octal 145 134 74 0 11 51 74 57 31 40
Binary 1100101 1011100 111100 0 1001 101001 111100 101111 11001 100000

Color Harmonies of #655C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C3C

Black with #655C3C

Text Example


Text Example

White with #655C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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