Html Css Color HEX #68643F Verdigris

📋 copy color: '#68643F'

red 104 ◦ green 100 ◦ blue 63

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

Shades of Verdigris #68643F

Tints of Verdigris #68643F

RGB

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

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

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

R = 38.95%
G = 37.45%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68643F (or 0x68643F) is known color: Verdigris. HEX triplet: 68, 64 and 3F. RGB value is (104,100,63). Sum of RGB (Red+Green+Blue) = 104+100+63=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643F is #979BC0. Grayscale: #616161. Windows color (decimal): -9935809 or 4154472. OLE color: 4154472.

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

Color convert

RGB 104 100 63 -
CMYK 0 0.04 0.39 0.59
HSL 54.15º 0.25% 0.33% -
HSV(B) 54.15º 0.39% 0.41% -
XYZ 11.16 12.42 6.51 -
YUV 96.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 104 100 63 0 0.04 0.39 0.59 54.15 0.25 0.33
Hex 68 64 3F 0 4 27 3B 36 19 21
Octal 150 144 77 0 4 47 73 66 31 41
Binary 1101000 1100100 111111 0 100 100111 111011 110110 11001 100001

Color Harmonies of #68643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68643F

Black with #68643F

Text Example


Text Example

White with #68643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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