Html Css Color HEX #6A6B35 Verdigris

📋 copy color: '#6A6B35'

red 106 ◦ green 107 ◦ blue 53

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

Shades of Verdigris #6A6B35

Tints of Verdigris #6A6B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 39.85%
G = 40.23%
B = 19.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6A6B35 (or 0x6A6B35) is known color: Verdigris. HEX triplet: 6A, 6B and 35. RGB value is (106,107,53). Sum of RGB (Red+Green+Blue) = 106+107+53=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B35 is #9594CA. Grayscale: #646464. Windows color (decimal): -9802955 or 3500906. OLE color: 3500906.

HSL color Cylindrical-coordinate representation of color #6A6B35: hue angle of 61.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A6B35 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 107 53 -
CMYK 0.01 0 0.50 0.58
HSL 61.11º 0.34% 0.31% -
HSV(B) 61.11º 0.5% 0.42% -
XYZ 11.84 13.84 5.41 -
YUV 100.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 106 107 53 0.01 0 0.50 0.58 61.11 0.34 0.31
Hex 6A 6B 35 1 0 32 3A 3D 22 1F
Octal 152 153 65 1 0 62 72 75 42 37
Binary 1101010 1101011 110101 1 0 110010 111010 111101 100010 11111

Color Harmonies of #6A6B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6B35

Black with #6A6B35

Text Example


Text Example

White with #6A6B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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