Html Css Color HEX #68663C Verdigris

📋 copy color: '#68663C'

red 104 ◦ green 102 ◦ blue 60

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

Shades of Verdigris #68663C

Tints of Verdigris #68663C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 39.1%
G = 38.35%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68663C (or 0x68663C) is known color: Verdigris. HEX triplet: 68, 66 and 3C. RGB value is (104,102,60). Sum of RGB (Red+Green+Blue) = 104+102+60=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68663C is #9799C3. Grayscale: #616161. Windows color (decimal): -9935300 or 3958376. OLE color: 3958376.

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

Color convert

RGB 104 102 60 -
CMYK 0 0.02 0.42 0.59
HSL 57.27º 0.27% 0.32% -
HSV(B) 57.27º 0.42% 0.41% -
XYZ 11.28 12.77 6.15 -
YUV 97.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 104 102 60 0 0.02 0.42 0.59 57.27 0.27 0.32
Hex 68 66 3C 0 2 2A 3B 39 1B 20
Octal 150 146 74 0 2 52 73 71 33 40
Binary 1101000 1100110 111100 0 10 101010 111011 111001 11011 100000

Color Harmonies of #68663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68663C

Black with #68663C

Text Example


Text Example

White with #68663C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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