Html Css Color HEX #68663D Verdigris

📋 copy color: '#68663D'

red 104 ◦ green 102 ◦ blue 61

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

Shades of Verdigris #68663D

Tints of Verdigris #68663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.2%

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

R = 38.95%
G = 38.2%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68663D (or 0x68663D) is known color: Verdigris. HEX triplet: 68, 66 and 3D. RGB value is (104,102,61). Sum of RGB (Red+Green+Blue) = 104+102+61=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68663D is #9799C2. Grayscale: #626262. Windows color (decimal): -9935299 or 4023912. OLE color: 4023912.

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

Color convert

RGB 104 102 61 -
CMYK 0 0.02 0.41 0.59
HSL 57.21º 0.26% 0.32% -
HSV(B) 57.21º 0.41% 0.41% -
XYZ 11.3 12.78 6.29 -
YUV 97.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 104 102 61 0 0.02 0.41 0.59 57.21 0.26 0.32
Hex 68 66 3D 0 2 29 3B 39 1A 20
Octal 150 146 75 0 2 51 73 71 32 40
Binary 1101000 1100110 111101 0 10 101001 111011 111001 11010 100000

Color Harmonies of #68663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68663D

Black with #68663D

Text Example


Text Example

White with #68663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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