Html Css Color HEX #68693D Verdigris

📋 copy color: '#68693D'

red 104 ◦ green 105 ◦ blue 61

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

Shades of Verdigris #68693D

Tints of Verdigris #68693D

RGB

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

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

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

R = 38.52%
G = 38.89%
B = 22.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68693D (or 0x68693D) is known color: Verdigris. HEX triplet: 68, 69 and 3D. RGB value is (104,105,61). Sum of RGB (Red+Green+Blue) = 104+105+61=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #68693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68693D is #9796C2. Grayscale: #636363. Windows color (decimal): -9934531 or 4024680. OLE color: 4024680.

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

Color convert

RGB 104 105 61 -
CMYK 0.01 0 0.42 0.59
HSL 61.36º 0.27% 0.33% -
HSV(B) 61.36º 0.42% 0.41% -
XYZ 11.6 13.38 6.39 -
YUV 99.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 104 105 61 0.01 0 0.42 0.59 61.36 0.27 0.33
Hex 68 69 3D 1 0 2A 3B 3D 1B 21
Octal 150 151 75 1 0 52 73 75 33 41
Binary 1101000 1101001 111101 1 0 101010 111011 111101 11011 100001

Color Harmonies of #68693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68693D

Black with #68693D

Text Example


Text Example

White with #68693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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