Html Css Color HEX #6E683A Verdigris

📋 copy color: '#6E683A'

red 110 ◦ green 104 ◦ blue 58

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

Shades of Verdigris #6E683A

Tints of Verdigris #6E683A

RGB

 RED value IS 110 (43.36% from 255) = 40.44%

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 40.44%
G = 38.24%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E683A (or 0x6E683A) is known color: Verdigris. HEX triplet: 6E, 68 and 3A. RGB value is (110,104,58). Sum of RGB (Red+Green+Blue) = 110+104+58=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E683A is #9197C5. Grayscale: #646464. Windows color (decimal): -9541574 or 3827822. OLE color: 3827822.

HSL color Cylindrical-coordinate representation of color #6E683A: hue angle of 53.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E683A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 104 58 -
CMYK 0 0.05 0.47 0.57
HSL 53.08º 0.31% 0.33% -
HSV(B) 53.08º 0.47% 0.43% -
XYZ 12.14 13.52 5.97 -
YUV 100.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 110 104 58 0 0.05 0.47 0.57 53.08 0.31 0.33
Hex 6E 68 3A 0 5 2F 39 35 1F 21
Octal 156 150 72 0 5 57 71 65 37 41
Binary 1101110 1101000 111010 0 101 101111 111001 110101 11111 100001

Color Harmonies of #6E683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E683A

Black with #6E683A

Text Example


Text Example

White with #6E683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,58); }

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

background-color css

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

 a { background-color: rgb(110,104,58); }

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

border-color css

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

 span { border-color: rgb(110,104,58); }

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