Html Css Color HEX #686738 Verdigris

📋 copy color: '#686738'

red 104 ◦ green 103 ◦ blue 56

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

Shades of Verdigris #686738

Tints of Verdigris #686738

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

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

R = 39.54%
G = 39.16%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#686738 (or 0x686738) is known color: Verdigris. HEX triplet: 68, 67 and 38. RGB value is (104,103,56). Sum of RGB (Red+Green+Blue) = 104+103+56=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #686738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686738 is #9798C7. Grayscale: #626262. Windows color (decimal): -9935048 or 3696488. OLE color: 3696488.

HSL color Cylindrical-coordinate representation of color #686738: hue angle of 58.75º 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 #686738 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 103 56 -
CMYK 0 0.01 0.46 0.59
HSL 58.75º 0.3% 0.31% -
HSV(B) 58.75º 0.46% 0.41% -
XYZ 11.27 12.93 5.64 -
YUV 97.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 104 103 56 0 0.01 0.46 0.59 58.75 0.3 0.31
Hex 68 67 38 0 1 2E 3B 3B 1E 1F
Octal 150 147 70 0 1 56 73 73 36 37
Binary 1101000 1100111 111000 0 1 101110 111011 111011 11110 11111

Color Harmonies of #686738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686738

Black with #686738

Text Example


Text Example

White with #686738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686738; }

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

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

background-color css

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

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

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

border-color css

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

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

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