Html Css Color HEX #6A683D Verdigris

📋 copy color: '#6A683D'

red 106 ◦ green 104 ◦ blue 61

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

Shades of Verdigris #6A683D

Tints of Verdigris #6A683D

RGB

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

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

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

R = 39.11%
G = 38.38%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A683D (or 0x6A683D) is known color: Verdigris. HEX triplet: 6A, 68 and 3D. RGB value is (106,104,61). Sum of RGB (Red+Green+Blue) = 106+104+61=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A683D is #9597C2. Grayscale: #636363. Windows color (decimal): -9803715 or 4024426. OLE color: 4024426.

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

Color convert

RGB 106 104 61 -
CMYK 0 0.02 0.42 0.58
HSL 57.33º 0.27% 0.33% -
HSV(B) 57.33º 0.42% 0.42% -
XYZ 11.74 13.3 6.36 -
YUV 99.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 106 104 61 0 0.02 0.42 0.58 57.33 0.27 0.33
Hex 6A 68 3D 0 2 2A 3A 39 1B 21
Octal 152 150 75 0 2 52 72 71 33 41
Binary 1101010 1101000 111101 0 10 101010 111010 111001 11011 100001

Color Harmonies of #6A683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A683D

Black with #6A683D

Text Example


Text Example

White with #6A683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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