Html Css Color HEX #686638 Verdigris

📋 copy color: '#686638'

red 104 ◦ green 102 ◦ blue 56

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

Shades of Verdigris #686638

Tints of Verdigris #686638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.93%

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 39.69%
G = 38.93%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#686638 (or 0x686638) is known color: Verdigris. HEX triplet: 68, 66 and 38. RGB value is (104,102,56). Sum of RGB (Red+Green+Blue) = 104+102+56=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #686638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686638 is #9799C7. Grayscale: #616161. Windows color (decimal): -9935304 or 3696232. OLE color: 3696232.

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

Color convert

RGB 104 102 56 -
CMYK 0 0.02 0.46 0.59
HSL 57.5º 0.3% 0.31% -
HSV(B) 57.5º 0.46% 0.41% -
XYZ 11.17 12.73 5.61 -
YUV 97.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 104 102 56 0 0.02 0.46 0.59 57.5 0.3 0.31
Hex 68 66 38 0 2 2E 3B 3A 1E 1F
Octal 150 146 70 0 2 56 73 72 36 37
Binary 1101000 1100110 111000 0 10 101110 111011 111010 11110 11111

Color Harmonies of #686638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686638

Black with #686638

Text Example


Text Example

White with #686638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686638; }

 p { color: rgb(104,102,56); }

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

background-color css

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

 a { background-color: rgb(104,102,56); }

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

border-color css

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

 span { border-color: rgb(104,102,56); }

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