Html Css Color HEX #68613A Verdigris

📋 copy color: '#68613A'

red 104 ◦ green 97 ◦ blue 58

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

Shades of Verdigris #68613A

Tints of Verdigris #68613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.39%

R = 40.15%
G = 37.45%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68613A (or 0x68613A) is known color: Verdigris. HEX triplet: 68, 61 and 3A. RGB value is (104,97,58). Sum of RGB (Red+Green+Blue) = 104+97+58=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68613A is #979EC5. Grayscale: #5E5E5E. Windows color (decimal): -9936582 or 3826024. OLE color: 3826024.

HSL color Cylindrical-coordinate representation of color #68613A: hue angle of 50.87º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68613A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 58 -
CMYK 0 0.07 0.44 0.59
HSL 50.87º 0.28% 0.32% -
HSV(B) 50.87º 0.44% 0.41% -
XYZ 10.75 11.8 5.71 -
YUV 94.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 104 97 58 0 0.07 0.44 0.59 50.87 0.28 0.32
Hex 68 61 3A 0 7 2C 3B 33 1C 20
Octal 150 141 72 0 7 54 73 63 34 40
Binary 1101000 1100001 111010 0 111 101100 111011 110011 11100 100000

Color Harmonies of #68613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68613A

Black with #68613A

Text Example


Text Example

White with #68613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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