Html Css Color HEX #686245 Verdigris

📋 copy color: '#686245'

red 104 ◦ green 98 ◦ blue 69

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

Shades of Verdigris #686245

Tints of Verdigris #686245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 38.38%
G = 36.16%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#686245 (or 0x686245) is known color: Verdigris. HEX triplet: 68, 62 and 45. RGB value is (104,98,69). Sum of RGB (Red+Green+Blue) = 104+98+69=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #686245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686245 is #979DBA. Grayscale: #606060. Windows color (decimal): -9936315 or 4547176. OLE color: 4547176.

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

Color convert

RGB 104 98 69 -
CMYK 0 0.06 0.34 0.59
HSL 49.71º 0.2% 0.34% -
HSV(B) 49.71º 0.34% 0.41% -
XYZ 11.15 12.11 7.38 -
YUV 96.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 104 98 69 0 0.06 0.34 0.59 49.71 0.2 0.34
Hex 68 62 45 0 6 22 3B 32 14 22
Octal 150 142 105 0 6 42 73 62 24 42
Binary 1101000 1100010 1000101 0 110 100010 111011 110010 10100 100010

Color Harmonies of #686245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686245

Black with #686245

Text Example


Text Example

White with #686245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686245; }

 p { color: rgb(104,98,69); }

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

background-color css

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

 a { background-color: rgb(104,98,69); }

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

border-color css

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

 span { border-color: rgb(104,98,69); }

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