Html Css Color HEX #68653E Verdigris

📋 copy color: '#68653E'

red 104 ◦ green 101 ◦ blue 62

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

Shades of Verdigris #68653E

Tints of Verdigris #68653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

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

R = 38.95%
G = 37.83%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68653E (or 0x68653E) is known color: Verdigris. HEX triplet: 68, 65 and 3E. RGB value is (104,101,62). Sum of RGB (Red+Green+Blue) = 104+101+62=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68653E is #979AC1. Grayscale: #616161. Windows color (decimal): -9935554 or 4089192. OLE color: 4089192.

HSL color Cylindrical-coordinate representation of color #68653E: hue angle of 55.71º 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 #68653E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 101 62 -
CMYK 0 0.03 0.40 0.59
HSL 55.71º 0.25% 0.33% -
HSV(B) 55.71º 0.4% 0.41% -
XYZ 11.23 12.6 6.4 -
YUV 97.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 104 101 62 0 0.03 0.40 0.59 55.71 0.25 0.33
Hex 68 65 3E 0 3 28 3B 38 19 21
Octal 150 145 76 0 3 50 73 70 31 41
Binary 1101000 1100101 111110 0 11 101000 111011 111000 11001 100001

Color Harmonies of #68653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68653E

Black with #68653E

Text Example


Text Example

White with #68653E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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