Html Css Color HEX #6A643C Verdigris

📋 copy color: '#6A643C'

red 106 ◦ green 100 ◦ blue 60

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

Shades of Verdigris #6A643C

Tints of Verdigris #6A643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 39.85%
G = 37.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A643C (or 0x6A643C) is known color: Verdigris. HEX triplet: 6A, 64 and 3C. RGB value is (106,100,60). Sum of RGB (Red+Green+Blue) = 106+100+60=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A643C is #959BC3. Grayscale: #616161. Windows color (decimal): -9804740 or 3957866. OLE color: 3957866.

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

Color convert

RGB 106 100 60 -
CMYK 0 0.06 0.43 0.58
HSL 52.17º 0.28% 0.33% -
HSV(B) 52.17º 0.43% 0.42% -
XYZ 11.32 12.5 6.09 -
YUV 97.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 106 100 60 0 0.06 0.43 0.58 52.17 0.28 0.33
Hex 6A 64 3C 0 6 2B 3A 34 1C 21
Octal 152 144 74 0 6 53 72 64 34 41
Binary 1101010 1100100 111100 0 110 101011 111010 110100 11100 100001

Color Harmonies of #6A643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A643C

Black with #6A643C

Text Example


Text Example

White with #6A643C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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