Html Css Color HEX #68643D Verdigris

📋 copy color: '#68643D'

red 104 ◦ green 100 ◦ blue 61

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

Shades of Verdigris #68643D

Tints of Verdigris #68643D

RGB

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

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

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

R = 39.25%
G = 37.74%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68643D (or 0x68643D) is known color: Verdigris. HEX triplet: 68, 64 and 3D. RGB value is (104,100,61). Sum of RGB (Red+Green+Blue) = 104+100+61=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68643D is #979BC2. Grayscale: #606060. Windows color (decimal): -9935811 or 4023400. OLE color: 4023400.

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

Color convert

RGB 104 100 61 -
CMYK 0 0.04 0.41 0.59
HSL 54.42º 0.26% 0.32% -
HSV(B) 54.42º 0.41% 0.41% -
XYZ 11.11 12.39 6.22 -
YUV 96.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 104 100 61 0 0.04 0.41 0.59 54.42 0.26 0.32
Hex 68 64 3D 0 4 29 3B 36 1A 20
Octal 150 144 75 0 4 51 73 66 32 40
Binary 1101000 1100100 111101 0 100 101001 111011 110110 11010 100000

Color Harmonies of #68643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68643D

Black with #68643D

Text Example


Text Example

White with #68643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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