Html Css Color HEX #6B693B Verdigris

📋 copy color: '#6B693B'

red 107 ◦ green 105 ◦ blue 59

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

Shades of Verdigris #6B693B

Tints of Verdigris #6B693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 39.48%
G = 38.75%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6B693B (or 0x6B693B) is known color: Verdigris. HEX triplet: 6B, 69 and 3B. RGB value is (107,105,59). Sum of RGB (Red+Green+Blue) = 107+105+59=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693B is #9496C4. Grayscale: #646464. Windows color (decimal): -9737925 or 3893611. OLE color: 3893611.

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

Color convert

RGB 107 105 59 -
CMYK 0 0.02 0.45 0.58
HSL 57.5º 0.29% 0.33% -
HSV(B) 57.5º 0.45% 0.42% -
XYZ 11.9 13.54 6.12 -
YUV 100.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 107 105 59 0 0.02 0.45 0.58 57.5 0.29 0.33
Hex 6B 69 3B 0 2 2D 3A 3A 1D 21
Octal 153 151 73 0 2 55 72 72 35 41
Binary 1101011 1101001 111011 0 10 101101 111010 111010 11101 100001

Color Harmonies of #6B693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B693B

Black with #6B693B

Text Example


Text Example

White with #6B693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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