Html Css Color HEX #656334 Verdigris

📋 copy color: '#656334'

red 101 ◦ green 99 ◦ blue 52

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

Shades of Verdigris #656334

Tints of Verdigris #656334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 40.08%
G = 39.29%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#656334 (or 0x656334) is known color: Verdigris. HEX triplet: 65, 63 and 34. RGB value is (101,99,52). Sum of RGB (Red+Green+Blue) = 101+99+52=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #656334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656334 is #9A9CCB. Grayscale: #5E5E5E. Windows color (decimal): -10132684 or 3433317. OLE color: 3433317.

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

Color convert

RGB 101 99 52 -
CMYK 0 0.02 0.49 0.60
HSL 57.55º 0.32% 0.3% -
HSV(B) 57.55º 0.49% 0.4% -
XYZ 10.45 11.94 5 -
YUV 94.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 101 99 52 0 0.02 0.49 0.60 57.55 0.32 0.3
Hex 65 63 34 0 2 31 3C 3A 20 1E
Octal 145 143 64 0 2 61 74 72 40 36
Binary 1100101 1100011 110100 0 10 110001 111100 111010 100000 11110

Color Harmonies of #656334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656334

Black with #656334

Text Example


Text Example

White with #656334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656334; }

 p { color: rgb(101,99,52); }

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

background-color css

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

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

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

border-color css

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

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

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