Html Css Color HEX #68673F Verdigris

📋 copy color: '#68673F'

red 104 ◦ green 103 ◦ blue 63

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

Shades of Verdigris #68673F

Tints of Verdigris #68673F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.33%

R = 38.52%
G = 38.15%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68673F (or 0x68673F) is known color: Verdigris. HEX triplet: 68, 67 and 3F. RGB value is (104,103,63). Sum of RGB (Red+Green+Blue) = 104+103+63=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #68673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68673F is #9798C0. Grayscale: #626262. Windows color (decimal): -9935041 or 4155240. OLE color: 4155240.

HSL color Cylindrical-coordinate representation of color #68673F: hue angle of 58.54º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68673F is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 103 63 -
CMYK 0 0.01 0.39 0.59
HSL 58.54º 0.25% 0.33% -
HSV(B) 58.54º 0.39% 0.41% -
XYZ 11.46 13 6.61 -
YUV 98.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 104 103 63 0 0.01 0.39 0.59 58.54 0.25 0.33
Hex 68 67 3F 0 1 27 3B 3B 19 21
Octal 150 147 77 0 1 47 73 73 31 41
Binary 1101000 1100111 111111 0 1 100111 111011 111011 11001 100001

Color Harmonies of #68673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68673F

Black with #68673F

Text Example


Text Example

White with #68673F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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