Html Css Color HEX #655C3D Verdigris

📋 copy color: '#655C3D'

red 101 ◦ green 92 ◦ blue 61

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

Shades of Verdigris #655C3D

Tints of Verdigris #655C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 39.76%
G = 36.22%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#655C3D (or 0x655C3D) is known color: Verdigris. HEX triplet: 65, 5C and 3D. RGB value is (101,92,61). Sum of RGB (Red+Green+Blue) = 101+92+61=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C3D is #9AA3C2. Grayscale: #5B5B5B. Windows color (decimal): -10134467 or 4021349. OLE color: 4021349.

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

Color convert

RGB 101 92 61 -
CMYK 0 0.09 0.40 0.60
HSL 46.5º 0.25% 0.32% -
HSV(B) 46.5º 0.4% 0.4% -
XYZ 10.04 10.76 5.96 -
YUV 91.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 101 92 61 0 0.09 0.40 0.60 46.5 0.25 0.32
Hex 65 5C 3D 0 9 28 3C 2E 19 20
Octal 145 134 75 0 11 50 74 56 31 40
Binary 1100101 1011100 111101 0 1001 101000 111100 101110 11001 100000

Color Harmonies of #655C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655C3D

Black with #655C3D

Text Example


Text Example

White with #655C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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