Html Css Color HEX #6A6B3B Verdigris

📋 copy color: '#6A6B3B'

red 106 ◦ green 107 ◦ blue 59

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

Shades of Verdigris #6A6B3B

Tints of Verdigris #6A6B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 38.97%
G = 39.34%
B = 21.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6A6B3B (or 0x6A6B3B) is known color: Verdigris. HEX triplet: 6A, 6B and 3B. RGB value is (106,107,59). Sum of RGB (Red+Green+Blue) = 106+107+59=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B3B is #9594C4. Grayscale: #656565. Windows color (decimal): -9802949 or 3894122. OLE color: 3894122.

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

Color convert

RGB 106 107 59 -
CMYK 0.01 0 0.45 0.58
HSL 61.25º 0.29% 0.33% -
HSV(B) 61.25º 0.45% 0.42% -
XYZ 11.99 13.9 6.19 -
YUV 101.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 106 107 59 0.01 0 0.45 0.58 61.25 0.29 0.33
Hex 6A 6B 3B 1 0 2D 3A 3D 1D 21
Octal 152 153 73 1 0 55 72 75 35 41
Binary 1101010 1101011 111011 1 0 101101 111010 111101 11101 100001

Color Harmonies of #6A6B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6B3B

Black with #6A6B3B

Text Example


Text Example

White with #6A6B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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