Html Css Color HEX #68663B Verdigris

📋 copy color: '#68663B'

red 104 ◦ green 102 ◦ blue 59

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

Shades of Verdigris #68663B

Tints of Verdigris #68663B

RGB

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

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

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

R = 39.25%
G = 38.49%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68663B (or 0x68663B) is known color: Verdigris. HEX triplet: 68, 66 and 3B. RGB value is (104,102,59). Sum of RGB (Red+Green+Blue) = 104+102+59=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68663B is #9799C4. Grayscale: #616161. Windows color (decimal): -9935301 or 3892840. OLE color: 3892840.

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

Color convert

RGB 104 102 59 -
CMYK 0 0.02 0.43 0.59
HSL 57.33º 0.28% 0.32% -
HSV(B) 57.33º 0.43% 0.41% -
XYZ 11.25 12.76 6.01 -
YUV 97.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 104 102 59 0 0.02 0.43 0.59 57.33 0.28 0.32
Hex 68 66 3B 0 2 2B 3B 39 1C 20
Octal 150 146 73 0 2 53 73 71 34 40
Binary 1101000 1100110 111011 0 10 101011 111011 111001 11100 100000

Color Harmonies of #68663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68663B

Black with #68663B

Text Example


Text Example

White with #68663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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