Html Css Color HEX #68673E Verdigris

📋 copy color: '#68673E'

red 104 ◦ green 103 ◦ blue 62

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

Shades of Verdigris #68673E

Tints of Verdigris #68673E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 38.66%
G = 38.29%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#68673E (or 0x68673E) is known color: Verdigris. HEX triplet: 68, 67 and 3E. RGB value is (104,103,62). Sum of RGB (Red+Green+Blue) = 104+103+62=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68673E is #9798C1. Grayscale: #626262. Windows color (decimal): -9935042 or 4089704. OLE color: 4089704.

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

Color convert

RGB 104 103 62 -
CMYK 0 0.01 0.40 0.59
HSL 58.57º 0.25% 0.33% -
HSV(B) 58.57º 0.4% 0.41% -
XYZ 11.43 12.99 6.46 -
YUV 98.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 104 103 62 0 0.01 0.40 0.59 58.57 0.25 0.33
Hex 68 67 3E 0 1 28 3B 3B 19 21
Octal 150 147 76 0 1 50 73 73 31 41
Binary 1101000 1100111 111110 0 1 101000 111011 111011 11001 100001

Color Harmonies of #68673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68673E

Black with #68673E

Text Example


Text Example

White with #68673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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