Html Css Color HEX #686234 Verdigris

📋 copy color: '#686234'

red 104 ◦ green 98 ◦ blue 52

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

Shades of Verdigris #686234

Tints of Verdigris #686234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 40.94%
G = 38.58%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#686234 (or 0x686234) is known color: Verdigris. HEX triplet: 68, 62 and 34. RGB value is (104,98,52). Sum of RGB (Red+Green+Blue) = 104+98+52=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #686234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686234 is #979DCB. Grayscale: #5E5E5E. Windows color (decimal): -9936332 or 3433064. OLE color: 3433064.

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

Color convert

RGB 104 98 52 -
CMYK 0 0.06 0.50 0.59
HSL 53.08º 0.33% 0.31% -
HSV(B) 53.08º 0.5% 0.41% -
XYZ 10.7 11.93 4.99 -
YUV 94.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 104 98 52 0 0.06 0.50 0.59 53.08 0.33 0.31
Hex 68 62 34 0 6 32 3B 35 21 1F
Octal 150 142 64 0 6 62 73 65 41 37
Binary 1101000 1100010 110100 0 110 110010 111011 110101 100001 11111

Color Harmonies of #686234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686234

Black with #686234

Text Example


Text Example

White with #686234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686234; }

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

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

background-color css

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

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

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

border-color css

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

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

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