Html Css Color HEX #68603B Verdigris

📋 copy color: '#68603B'

red 104 ◦ green 96 ◦ blue 59

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

Shades of Verdigris #68603B

Tints of Verdigris #68603B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 40.15%
G = 37.07%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68603B (or 0x68603B) is known color: Verdigris. HEX triplet: 68, 60 and 3B. RGB value is (104,96,59). Sum of RGB (Red+Green+Blue) = 104+96+59=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603B is #979FC4. Grayscale: #5E5E5E. Windows color (decimal): -9936837 or 3891304. OLE color: 3891304.

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

Color convert

RGB 104 96 59 -
CMYK 0 0.08 0.43 0.59
HSL 49.33º 0.28% 0.32% -
HSV(B) 49.33º 0.43% 0.41% -
XYZ 10.68 11.62 5.82 -
YUV 94.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 104 96 59 0 0.08 0.43 0.59 49.33 0.28 0.32
Hex 68 60 3B 0 8 2B 3B 31 1C 20
Octal 150 140 73 0 10 53 73 61 34 40
Binary 1101000 1100000 111011 0 1000 101011 111011 110001 11100 100000

Color Harmonies of #68603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68603B

Black with #68603B

Text Example


Text Example

White with #68603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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