Html Css Color HEX #68603D Verdigris

📋 copy color: '#68603D'

red 104 ◦ green 96 ◦ blue 61

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

Shades of Verdigris #68603D

Tints of Verdigris #68603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 39.85%
G = 36.78%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68603D (or 0x68603D) is known color: Verdigris. HEX triplet: 68, 60 and 3D. RGB value is (104,96,61). Sum of RGB (Red+Green+Blue) = 104+96+61=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603D is #979FC2. Grayscale: #5E5E5E. Windows color (decimal): -9936835 or 4022376. OLE color: 4022376.

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

Color convert

RGB 104 96 61 -
CMYK 0 0.08 0.41 0.59
HSL 48.84º 0.26% 0.32% -
HSV(B) 48.84º 0.41% 0.41% -
XYZ 10.73 11.65 6.1 -
YUV 94.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 104 96 61 0 0.08 0.41 0.59 48.84 0.26 0.32
Hex 68 60 3D 0 8 29 3B 31 1A 20
Octal 150 140 75 0 10 51 73 61 32 40
Binary 1101000 1100000 111101 0 1000 101001 111011 110001 11010 100000

Color Harmonies of #68603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68603D

Black with #68603D

Text Example


Text Example

White with #68603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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