Html Css Color HEX #68673D Verdigris

📋 copy color: '#68673D'

red 104 ◦ green 103 ◦ blue 61

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

Shades of Verdigris #68673D

Tints of Verdigris #68673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 38.81%
G = 38.43%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68673D (or 0x68673D) is known color: Verdigris. HEX triplet: 68, 67 and 3D. RGB value is (104,103,61). Sum of RGB (Red+Green+Blue) = 104+103+61=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68673D is #9798C2. Grayscale: #626262. Windows color (decimal): -9935043 or 4024168. OLE color: 4024168.

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

Color convert

RGB 104 103 61 -
CMYK 0 0.01 0.41 0.59
HSL 58.6º 0.26% 0.32% -
HSV(B) 58.6º 0.41% 0.41% -
XYZ 11.4 12.98 6.32 -
YUV 98.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 104 103 61 0 0.01 0.41 0.59 58.6 0.26 0.32
Hex 68 67 3D 0 1 29 3B 3B 1A 20
Octal 150 147 75 0 1 51 73 73 32 40
Binary 1101000 1100111 111101 0 1 101001 111011 111011 11010 100000

Color Harmonies of #68673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68673D

Black with #68673D

Text Example


Text Example

White with #68673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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