Html Css Color HEX #6B643A Verdigris

📋 copy color: '#6B643A'

red 107 ◦ green 100 ◦ blue 58

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

Shades of Verdigris #6B643A

Tints of Verdigris #6B643A

RGB

 RED value IS 107 (42.19% from 255) = 40.38%

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

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

R = 40.38%
G = 37.74%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B643A (or 0x6B643A) is known color: Verdigris. HEX triplet: 6B, 64 and 3A. RGB value is (107,100,58). Sum of RGB (Red+Green+Blue) = 107+100+58=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B643A is #949BC5. Grayscale: #616161. Windows color (decimal): -9739206 or 3826795. OLE color: 3826795.

HSL color Cylindrical-coordinate representation of color #6B643A: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B643A is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 100 58 -
CMYK 0 0.07 0.46 0.58
HSL 51.43º 0.3% 0.32% -
HSV(B) 51.43º 0.46% 0.42% -
XYZ 11.38 12.55 5.82 -
YUV 97.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 107 100 58 0 0.07 0.46 0.58 51.43 0.3 0.32
Hex 6B 64 3A 0 7 2E 3A 33 1E 20
Octal 153 144 72 0 7 56 72 63 36 40
Binary 1101011 1100100 111010 0 111 101110 111010 110011 11110 100000

Color Harmonies of #6B643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B643A

Black with #6B643A

Text Example


Text Example

White with #6B643A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,58); }

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

background-color css

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

 a { background-color: rgb(107,100,58); }

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

border-color css

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

 span { border-color: rgb(107,100,58); }

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