Html Css Color HEX #6B643E Verdigris

📋 copy color: '#6B643E'

red 107 ◦ green 100 ◦ blue 62

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

Shades of Verdigris #6B643E

Tints of Verdigris #6B643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 39.78%
G = 37.17%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B643E (or 0x6B643E) is known color: Verdigris. HEX triplet: 6B, 64 and 3E. RGB value is (107,100,62). Sum of RGB (Red+Green+Blue) = 107+100+62=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 107 - color contains mainly: red. Hex color #6B643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B643E is #949BC1. Grayscale: #616161. Windows color (decimal): -9739202 or 4088939. OLE color: 4088939.

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

Color convert

RGB 107 100 62 -
CMYK 0 0.07 0.42 0.58
HSL 50.67º 0.27% 0.33% -
HSV(B) 50.67º 0.42% 0.42% -
XYZ 11.49 12.59 6.38 -
YUV 97.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 107 100 62 0 0.07 0.42 0.58 50.67 0.27 0.33
Hex 6B 64 3E 0 7 2A 3A 33 1B 21
Octal 153 144 76 0 7 52 72 63 33 41
Binary 1101011 1100100 111110 0 111 101010 111010 110011 11011 100001

Color Harmonies of #6B643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B643E

Black with #6B643E

Text Example


Text Example

White with #6B643E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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