Html Css Color HEX #686533 Verdigris

📋 copy color: '#686533'

red 104 ◦ green 101 ◦ blue 51

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

Shades of Verdigris #686533

Tints of Verdigris #686533

RGB

 RED value IS 104 (41.02% from 255) = 40.63%

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

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

R = 40.63%
G = 39.45%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#686533 (or 0x686533) is known color: Verdigris. HEX triplet: 68, 65 and 33. RGB value is (104,101,51). Sum of RGB (Red+Green+Blue) = 104+101+51=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686533 is #979ACC. Grayscale: #606060. Windows color (decimal): -9935565 or 3368296. OLE color: 3368296.

HSL color Cylindrical-coordinate representation of color #686533: hue angle of 56.6º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686533 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 101 51 -
CMYK 0 0.03 0.51 0.59
HSL 56.6º 0.34% 0.3% -
HSV(B) 56.6º 0.51% 0.41% -
XYZ 10.96 12.49 4.97 -
YUV 96.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 104 101 51 0 0.03 0.51 0.59 56.6 0.34 0.3
Hex 68 65 33 0 3 33 3B 39 22 1E
Octal 150 145 63 0 3 63 73 71 42 36
Binary 1101000 1100101 110011 0 11 110011 111011 111001 100010 11110

Color Harmonies of #686533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686533

Black with #686533

Text Example


Text Example

White with #686533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686533; }

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

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

background-color css

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

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

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

border-color css

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

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

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