Html Css Color HEX #68693F Verdigris

📋 copy color: '#68693F'

red 104 ◦ green 105 ◦ blue 63

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

Shades of Verdigris #68693F

Tints of Verdigris #68693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 63 (25% from 255) = 23.16%

R = 38.24%
G = 38.6%
B = 23.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#68693F (or 0x68693F) is known color: Verdigris. HEX triplet: 68, 69 and 3F. RGB value is (104,105,63). Sum of RGB (Red+Green+Blue) = 104+105+63=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #68693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68693F is #9796C0. Grayscale: #646464. Windows color (decimal): -9934529 or 4155752. OLE color: 4155752.

HSL color Cylindrical-coordinate representation of color #68693F: hue angle of 61.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68693F is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 105 63 -
CMYK 0.01 0 0.4 0.59
HSL 61.43º 0.25% 0.33% -
HSV(B) 61.43º 0.4% 0.41% -
XYZ 11.66 13.41 6.68 -
YUV 99.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 104 105 63 0.01 0 0.4 0.59 61.43 0.25 0.33
Hex 68 69 3F 1 0 28 3B 3D 19 21
Octal 150 151 77 1 0 50 73 75 31 41
Binary 1101000 1101001 111111 1 0 101000 111011 111101 11001 100001

Color Harmonies of #68693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68693F

Black with #68693F

Text Example


Text Example

White with #68693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68693F; }

 p { color: rgb(104,105,63); }

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

background-color css

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

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

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

border-color css

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

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

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