Html Css Color HEX #68653D Verdigris

📋 copy color: '#68653D'

red 104 ◦ green 101 ◦ blue 61

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

Shades of Verdigris #68653D

Tints of Verdigris #68653D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 39.1%
G = 37.97%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68653D (or 0x68653D) is known color: Verdigris. HEX triplet: 68, 65 and 3D. RGB value is (104,101,61). Sum of RGB (Red+Green+Blue) = 104+101+61=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68653D is #979AC2. Grayscale: #616161. Windows color (decimal): -9935555 or 4023656. OLE color: 4023656.

HSL color Cylindrical-coordinate representation of color #68653D: hue angle of 55.81º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68653D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 101 61 -
CMYK 0 0.03 0.41 0.59
HSL 55.81º 0.26% 0.32% -
HSV(B) 55.81º 0.41% 0.41% -
XYZ 11.2 12.59 6.25 -
YUV 97.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 104 101 61 0 0.03 0.41 0.59 55.81 0.26 0.32
Hex 68 65 3D 0 3 29 3B 38 1A 20
Octal 150 145 75 0 3 51 73 70 32 40
Binary 1101000 1100101 111101 0 11 101001 111011 111000 11010 100000

Color Harmonies of #68653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68653D

Black with #68653D

Text Example


Text Example

White with #68653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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