Html Css Color HEX #68603E Verdigris

📋 copy color: '#68603E'

red 104 ◦ green 96 ◦ blue 62

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

Shades of Verdigris #68603E

Tints of Verdigris #68603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 39.69%
G = 36.64%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68603E (or 0x68603E) is known color: Verdigris. HEX triplet: 68, 60 and 3E. RGB value is (104,96,62). Sum of RGB (Red+Green+Blue) = 104+96+62=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603E is #979FC1. Grayscale: #5E5E5E. Windows color (decimal): -9936834 or 4087912. OLE color: 4087912.

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

Color convert

RGB 104 96 62 -
CMYK 0 0.08 0.40 0.59
HSL 48.57º 0.25% 0.33% -
HSV(B) 48.57º 0.4% 0.41% -
XYZ 10.76 11.66 6.24 -
YUV 94.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 104 96 62 0 0.08 0.40 0.59 48.57 0.25 0.33
Hex 68 60 3E 0 8 28 3B 31 19 21
Octal 150 140 76 0 10 50 73 61 31 41
Binary 1101000 1100000 111110 0 1000 101000 111011 110001 11001 100001

Color Harmonies of #68603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68603E

Black with #68603E

Text Example


Text Example

White with #68603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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