Html Css Color HEX #68613C Verdigris

📋 copy color: '#68613C'

red 104 ◦ green 97 ◦ blue 60

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

Shades of Verdigris #68613C

Tints of Verdigris #68613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

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

R = 39.85%
G = 37.16%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68613C (or 0x68613C) is known color: Verdigris. HEX triplet: 68, 61 and 3C. RGB value is (104,97,60). Sum of RGB (Red+Green+Blue) = 104+97+60=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68613C is #979EC3. Grayscale: #5F5F5F. Windows color (decimal): -9936580 or 3957096. OLE color: 3957096.

HSL color Cylindrical-coordinate representation of color #68613C: hue angle of 50.45º 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 #68613C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 60 -
CMYK 0 0.07 0.42 0.59
HSL 50.45º 0.27% 0.32% -
HSV(B) 50.45º 0.42% 0.41% -
XYZ 10.8 11.82 5.99 -
YUV 94.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 104 97 60 0 0.07 0.42 0.59 50.45 0.27 0.32
Hex 68 61 3C 0 7 2A 3B 32 1B 20
Octal 150 141 74 0 7 52 73 62 33 40
Binary 1101000 1100001 111100 0 111 101010 111011 110010 11011 100000

Color Harmonies of #68613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68613C

Black with #68613C

Text Example


Text Example

White with #68613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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