Html Css Color HEX #686238 Verdigris

📋 copy color: '#686238'

red 104 ◦ green 98 ◦ blue 56

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

Shades of Verdigris #686238

Tints of Verdigris #686238

RGB

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

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

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

R = 40.31%
G = 37.98%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#686238 (or 0x686238) is known color: Verdigris. HEX triplet: 68, 62 and 38. RGB value is (104,98,56). Sum of RGB (Red+Green+Blue) = 104+98+56=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #686238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686238 is #979DC7. Grayscale: #5F5F5F. Windows color (decimal): -9936328 or 3695208. OLE color: 3695208.

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

Color convert

RGB 104 98 56 -
CMYK 0 0.06 0.46 0.59
HSL 52.5º 0.3% 0.31% -
HSV(B) 52.5º 0.46% 0.41% -
XYZ 10.79 11.96 5.48 -
YUV 95.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 104 98 56 0 0.06 0.46 0.59 52.5 0.3 0.31
Hex 68 62 38 0 6 2E 3B 34 1E 1F
Octal 150 142 70 0 6 56 73 64 36 37
Binary 1101000 1100010 111000 0 110 101110 111011 110100 11110 11111

Color Harmonies of #686238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686238

Black with #686238

Text Example


Text Example

White with #686238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686238; }

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

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

background-color css

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

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

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

border-color css

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

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

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