Html Css Color HEX #656533 Verdigris

📋 copy color: '#656533'

red 101 ◦ green 101 ◦ blue 51

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

Shades of Verdigris #656533

Tints of Verdigris #656533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 39.92%
G = 39.92%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#656533 (or 0x656533) is known color: Verdigris. HEX triplet: 65, 65 and 33. RGB value is (101,101,51). Sum of RGB (Red+Green+Blue) = 101+101+51=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 101 - color contains mainly: red, green. Hex color #656533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656533 is #9A9ACC. Grayscale: #5F5F5F. Windows color (decimal): -10132173 or 3368293. OLE color: 3368293.

HSL color Cylindrical-coordinate representation of color #656533: hue angle of 60º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #656533 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 101 51 -
CMYK 0 0 0.50 0.60
HSL 60º 0.33% 0.3% -
HSV(B) 60º 0.5% 0.4% -
XYZ 10.62 12.31 4.95 -
YUV 95.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 101 101 51 0 0 0.50 0.60 60 0.33 0.3
Hex 65 65 33 0 0 32 3C 3C 21 1E
Octal 145 145 63 0 0 62 74 74 41 36
Binary 1100101 1100101 110011 0 0 110010 111100 111100 100001 11110

Color Harmonies of #656533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656533

Black with #656533

Text Example


Text Example

White with #656533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656533; }

 p { color: rgb(101,101,51); }

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

background-color css

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

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

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

border-color css

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

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

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