Html Css Color HEX #686338 Verdigris

📋 copy color: '#686338'

red 104 ◦ green 99 ◦ blue 56

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

Shades of Verdigris #686338

Tints of Verdigris #686338

RGB

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

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

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

R = 40.15%
G = 38.22%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#686338 (or 0x686338) is known color: Verdigris. HEX triplet: 68, 63 and 38. RGB value is (104,99,56). Sum of RGB (Red+Green+Blue) = 104+99+56=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #686338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686338 is #979CC7. Grayscale: #5F5F5F. Windows color (decimal): -9936072 or 3695464. OLE color: 3695464.

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

Color convert

RGB 104 99 56 -
CMYK 0 0.05 0.46 0.59
HSL 53.75º 0.3% 0.31% -
HSV(B) 53.75º 0.46% 0.41% -
XYZ 10.88 12.15 5.51 -
YUV 95.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 104 99 56 0 0.05 0.46 0.59 53.75 0.3 0.31
Hex 68 63 38 0 5 2E 3B 36 1E 1F
Octal 150 143 70 0 5 56 73 66 36 37
Binary 1101000 1100011 111000 0 101 101110 111011 110110 11110 11111

Color Harmonies of #686338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686338

Black with #686338

Text Example


Text Example

White with #686338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686338; }

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

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

background-color css

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

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

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

border-color css

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

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

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