Html Css Color HEX #6A683F Verdigris

📋 copy color: '#6A683F'

red 106 ◦ green 104 ◦ blue 63

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

Shades of Verdigris #6A683F

Tints of Verdigris #6A683F

RGB

 RED value IS 106 (41.8% from 255) = 38.83%

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 38.83%
G = 38.1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6A683F (or 0x6A683F) is known color: Verdigris. HEX triplet: 6A, 68 and 3F. RGB value is (106,104,63). Sum of RGB (Red+Green+Blue) = 106+104+63=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A683F is #9597C0. Grayscale: #646464. Windows color (decimal): -9803713 or 4155498. OLE color: 4155498.

HSL color Cylindrical-coordinate representation of color #6A683F: hue angle of 57.21º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A683F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 104 63 -
CMYK 0 0.02 0.41 0.58
HSL 57.21º 0.25% 0.33% -
HSV(B) 57.21º 0.41% 0.42% -
XYZ 11.79 13.32 6.65 -
YUV 99.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 106 104 63 0 0.02 0.41 0.58 57.21 0.25 0.33
Hex 6A 68 3F 0 2 29 3A 39 19 21
Octal 152 150 77 0 2 51 72 71 31 41
Binary 1101010 1101000 111111 0 10 101001 111010 111001 11001 100001

Color Harmonies of #6A683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A683F

Black with #6A683F

Text Example


Text Example

White with #6A683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A683F; }

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

 H1.HeaderClassName
 {
   color: #6A683F;
 }
 .AnyTagClassName
 {
   color: #6A683F;
 }
</style>

background-color css

<style>
 a { background-color: #6A683F; }

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

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

border-color css

<style>
 span { border-color: #6A683F; }

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

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