Html Css Color HEX #68603A Verdigris

📋 copy color: '#68603A'

red 104 ◦ green 96 ◦ blue 58

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

Shades of Verdigris #68603A

Tints of Verdigris #68603A

RGB

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

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

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

R = 40.31%
G = 37.21%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68603A (or 0x68603A) is known color: Verdigris. HEX triplet: 68, 60 and 3A. RGB value is (104,96,58). Sum of RGB (Red+Green+Blue) = 104+96+58=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #68603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603A is #979FC5. Grayscale: #5E5E5E. Windows color (decimal): -9936838 or 3825768. OLE color: 3825768.

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

Color convert

RGB 104 96 58 -
CMYK 0 0.08 0.44 0.59
HSL 49.57º 0.28% 0.32% -
HSV(B) 49.57º 0.44% 0.41% -
XYZ 10.66 11.61 5.68 -
YUV 94.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 104 96 58 0 0.08 0.44 0.59 49.57 0.28 0.32
Hex 68 60 3A 0 8 2C 3B 32 1C 20
Octal 150 140 72 0 10 54 73 62 34 40
Binary 1101000 1100000 111010 0 1000 101100 111011 110010 11100 100000

Color Harmonies of #68603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68603A

Black with #68603A

Text Example


Text Example

White with #68603A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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