Html Css Color HEX #68673B Verdigris

📋 copy color: '#68673B'

red 104 ◦ green 103 ◦ blue 59

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

Shades of Verdigris #68673B

Tints of Verdigris #68673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

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

R = 39.1%
G = 38.72%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68673B (or 0x68673B) is known color: Verdigris. HEX triplet: 68, 67 and 3B. RGB value is (104,103,59). Sum of RGB (Red+Green+Blue) = 104+103+59=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68673B is #9798C4. Grayscale: #626262. Windows color (decimal): -9935045 or 3893096. OLE color: 3893096.

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

Color convert

RGB 104 103 59 -
CMYK 0 0.01 0.43 0.59
HSL 58.67º 0.28% 0.32% -
HSV(B) 58.67º 0.43% 0.41% -
XYZ 11.35 12.96 6.04 -
YUV 98.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 104 103 59 0 0.01 0.43 0.59 58.67 0.28 0.32
Hex 68 67 3B 0 1 2B 3B 3B 1C 20
Octal 150 147 73 0 1 53 73 73 34 40
Binary 1101000 1100111 111011 0 1 101011 111011 111011 11100 100000

Color Harmonies of #68673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68673B

Black with #68673B

Text Example


Text Example

White with #68673B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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