Html Css Color HEX #68663A Verdigris

📋 copy color: '#68663A'

red 104 ◦ green 102 ◦ blue 58

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

Shades of Verdigris #68663A

Tints of Verdigris #68663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.64%

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

R = 39.39%
G = 38.64%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68663A (or 0x68663A) is known color: Verdigris. HEX triplet: 68, 66 and 3A. RGB value is (104,102,58). Sum of RGB (Red+Green+Blue) = 104+102+58=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68663A is #9799C5. Grayscale: #616161. Windows color (decimal): -9935302 or 3827304. OLE color: 3827304.

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

Color convert

RGB 104 102 58 -
CMYK 0 0.02 0.44 0.59
HSL 57.39º 0.28% 0.32% -
HSV(B) 57.39º 0.44% 0.41% -
XYZ 11.22 12.75 5.87 -
YUV 97.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 104 102 58 0 0.02 0.44 0.59 57.39 0.28 0.32
Hex 68 66 3A 0 2 2C 3B 39 1C 20
Octal 150 146 72 0 2 54 73 71 34 40
Binary 1101000 1100110 111010 0 10 101100 111011 111001 11100 100000

Color Harmonies of #68663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68663A

Black with #68663A

Text Example


Text Example

White with #68663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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