Html Css Color HEX #68613D Verdigris

📋 copy color: '#68613D'

red 104 ◦ green 97 ◦ blue 61

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

Shades of Verdigris #68613D

Tints of Verdigris #68613D

RGB

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

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

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

R = 39.69%
G = 37.02%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68613D (or 0x68613D) is known color: Verdigris. HEX triplet: 68, 61 and 3D. RGB value is (104,97,61). Sum of RGB (Red+Green+Blue) = 104+97+61=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68613D is #979EC2. Grayscale: #5F5F5F. Windows color (decimal): -9936579 or 4022632. OLE color: 4022632.

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

Color convert

RGB 104 97 61 -
CMYK 0 0.07 0.41 0.59
HSL 50.23º 0.26% 0.32% -
HSV(B) 50.23º 0.41% 0.41% -
XYZ 10.83 11.83 6.13 -
YUV 94.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 104 97 61 0 0.07 0.41 0.59 50.23 0.26 0.32
Hex 68 61 3D 0 7 29 3B 32 1A 20
Octal 150 141 75 0 7 51 73 62 32 40
Binary 1101000 1100001 111101 0 111 101001 111011 110010 11010 100000

Color Harmonies of #68613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68613D

Black with #68613D

Text Example


Text Example

White with #68613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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