Html Css Color HEX #68653A Verdigris

📋 copy color: '#68653A'

red 104 ◦ green 101 ◦ blue 58

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

Shades of Verdigris #68653A

Tints of Verdigris #68653A

RGB

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

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

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

R = 39.54%
G = 38.4%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68653A (or 0x68653A) is known color: Verdigris. HEX triplet: 68, 65 and 3A. RGB value is (104,101,58). Sum of RGB (Red+Green+Blue) = 104+101+58=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68653A is #979AC5. Grayscale: #616161. Windows color (decimal): -9935558 or 3827048. OLE color: 3827048.

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

Color convert

RGB 104 101 58 -
CMYK 0 0.03 0.44 0.59
HSL 56.09º 0.28% 0.32% -
HSV(B) 56.09º 0.44% 0.41% -
XYZ 11.13 12.56 5.84 -
YUV 97 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 104 101 58 0 0.03 0.44 0.59 56.09 0.28 0.32
Hex 68 65 3A 0 3 2C 3B 38 1C 20
Octal 150 145 72 0 3 54 73 70 34 40
Binary 1101000 1100101 111010 0 11 101100 111011 111000 11100 100000

Color Harmonies of #68653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68653A

Black with #68653A

Text Example


Text Example

White with #68653A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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