Html Css Color HEX #6A6B3C Verdigris

📋 copy color: '#6A6B3C'

red 106 ◦ green 107 ◦ blue 60

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

Shades of Verdigris #6A6B3C

Tints of Verdigris #6A6B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 38.83%
G = 39.19%
B = 21.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6A6B3C (or 0x6A6B3C) is known color: Verdigris. HEX triplet: 6A, 6B and 3C. RGB value is (106,107,60). Sum of RGB (Red+Green+Blue) = 106+107+60=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B3C is #9594C3. Grayscale: #656565. Windows color (decimal): -9802948 or 3959658. OLE color: 3959658.

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

Color convert

RGB 106 107 60 -
CMYK 0.01 0 0.44 0.58
HSL 61.28º 0.28% 0.33% -
HSV(B) 61.28º 0.44% 0.42% -
XYZ 12.02 13.91 6.33 -
YUV 101.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 106 107 60 0.01 0 0.44 0.58 61.28 0.28 0.33
Hex 6A 6B 3C 1 0 2C 3A 3D 1C 21
Octal 152 153 74 1 0 54 72 75 34 41
Binary 1101010 1101011 111100 1 0 101100 111010 111101 11100 100001

Color Harmonies of #6A6B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6B3C

Black with #6A6B3C

Text Example


Text Example

White with #6A6B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,107,60); }

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

background-color css

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

 a { background-color: rgb(106,107,60); }

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

border-color css

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

 span { border-color: rgb(106,107,60); }

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