Html Css Color HEX #6B693A Verdigris

📋 copy color: '#6B693A'

red 107 ◦ green 105 ◦ blue 58

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

Shades of Verdigris #6B693A

Tints of Verdigris #6B693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 39.63%
G = 38.89%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B693A (or 0x6B693A) is known color: Verdigris. HEX triplet: 6B, 69 and 3A. RGB value is (107,105,58). Sum of RGB (Red+Green+Blue) = 107+105+58=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693A is #9496C5. Grayscale: #646464. Windows color (decimal): -9737926 or 3828075. OLE color: 3828075.

HSL color Cylindrical-coordinate representation of color #6B693A: hue angle of 57.55º 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 #6B693A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 105 58 -
CMYK 0 0.02 0.46 0.58
HSL 57.55º 0.3% 0.32% -
HSV(B) 57.55º 0.46% 0.42% -
XYZ 11.88 13.53 5.99 -
YUV 100.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 107 105 58 0 0.02 0.46 0.58 57.55 0.3 0.32
Hex 6B 69 3A 0 2 2E 3A 3A 1E 20
Octal 153 151 72 0 2 56 72 72 36 40
Binary 1101011 1101001 111010 0 10 101110 111010 111010 11110 100000

Color Harmonies of #6B693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B693A

Black with #6B693A

Text Example


Text Example

White with #6B693A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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