Html Css Color HEX #68643E Verdigris

📋 copy color: '#68643E'

red 104 ◦ green 100 ◦ blue 62

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

Shades of Verdigris #68643E

Tints of Verdigris #68643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 39.1%
G = 37.59%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68643E (or 0x68643E) is known color: Verdigris. HEX triplet: 68, 64 and 3E. RGB value is (104,100,62). Sum of RGB (Red+Green+Blue) = 104+100+62=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643E is #979BC1. Grayscale: #616161. Windows color (decimal): -9935810 or 4088936. OLE color: 4088936.

HSL color Cylindrical-coordinate representation of color #68643E: hue angle of 54.29º 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 #68643E is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 62 -
CMYK 0 0.04 0.40 0.59
HSL 54.29º 0.25% 0.33% -
HSV(B) 54.29º 0.4% 0.41% -
XYZ 11.14 12.41 6.36 -
YUV 96.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 104 100 62 0 0.04 0.40 0.59 54.29 0.25 0.33
Hex 68 64 3E 0 4 28 3B 36 19 21
Octal 150 144 76 0 4 50 73 66 31 41
Binary 1101000 1100100 111110 0 100 101000 111011 110110 11001 100001

Color Harmonies of #68643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68643E

Black with #68643E

Text Example


Text Example

White with #68643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68643E; }

 p { color: rgb(104,100,62); }

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

background-color css

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

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

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

border-color css

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

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

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