Html Css Color HEX #68603F Verdigris

📋 copy color: '#68603F'

red 104 ◦ green 96 ◦ blue 63

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

Shades of Verdigris #68603F

Tints of Verdigris #68603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.95%

R = 39.54%
G = 36.5%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68603F (or 0x68603F) is known color: Verdigris. HEX triplet: 68, 60 and 3F. RGB value is (104,96,63). Sum of RGB (Red+Green+Blue) = 104+96+63=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603F is #979FC0. Grayscale: #5E5E5E. Windows color (decimal): -9936833 or 4153448. OLE color: 4153448.

HSL color Cylindrical-coordinate representation of color #68603F: hue angle of 48.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68603F is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 63 -
CMYK 0 0.08 0.39 0.59
HSL 48.29º 0.25% 0.33% -
HSV(B) 48.29º 0.39% 0.41% -
XYZ 10.79 11.67 6.39 -
YUV 94.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 104 96 63 0 0.08 0.39 0.59 48.29 0.25 0.33
Hex 68 60 3F 0 8 27 3B 30 19 21
Octal 150 140 77 0 10 47 73 60 31 41
Binary 1101000 1100000 111111 0 1000 100111 111011 110000 11001 100001

Color Harmonies of #68603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68603F

Black with #68603F

Text Example


Text Example

White with #68603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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