Html Css Color HEX #68683D Verdigris

📋 copy color: '#68683D'

red 104 ◦ green 104 ◦ blue 61

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

Shades of Verdigris #68683D

Tints of Verdigris #68683D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 38.66%
G = 38.66%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68683D (or 0x68683D) is known color: Verdigris. HEX triplet: 68, 68 and 3D. RGB value is (104,104,61). Sum of RGB (Red+Green+Blue) = 104+104+61=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68683D is #9797C2. Grayscale: #636363. Windows color (decimal): -9934787 or 4024424. OLE color: 4024424.

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

Color convert

RGB 104 104 61 -
CMYK 0 0 0.41 0.59
HSL 60º 0.26% 0.32% -
HSV(B) 60º 0.41% 0.41% -
XYZ 11.5 13.18 6.35 -
YUV 99.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 104 104 61 0 0 0.41 0.59 60 0.26 0.32
Hex 68 68 3D 0 0 29 3B 3C 1A 20
Octal 150 150 75 0 0 51 73 74 32 40
Binary 1101000 1101000 111101 0 0 101001 111011 111100 11010 100000

Color Harmonies of #68683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68683D

Black with #68683D

Text Example


Text Example

White with #68683D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68683D; }

 p { color: rgb(104,104,61); }

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

background-color css

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

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

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

border-color css

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

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

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