Html Css Color HEX #6B693D Verdigris

📋 copy color: '#6B693D'

red 107 ◦ green 105 ◦ blue 61

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

Shades of Verdigris #6B693D

Tints of Verdigris #6B693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 39.19%
G = 38.46%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6B693D (or 0x6B693D) is known color: Verdigris. HEX triplet: 6B, 69 and 3D. RGB value is (107,105,61). Sum of RGB (Red+Green+Blue) = 107+105+61=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693D is #9496C2. Grayscale: #646464. Windows color (decimal): -9737923 or 4024683. OLE color: 4024683.

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

Color convert

RGB 107 105 61 -
CMYK 0 0.02 0.43 0.58
HSL 57.39º 0.27% 0.33% -
HSV(B) 57.39º 0.43% 0.42% -
XYZ 11.96 13.57 6.4 -
YUV 100.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 107 105 61 0 0.02 0.43 0.58 57.39 0.27 0.33
Hex 6B 69 3D 0 2 2B 3A 39 1B 21
Octal 153 151 75 0 2 53 72 71 33 41
Binary 1101011 1101001 111101 0 10 101011 111010 111001 11011 100001

Color Harmonies of #6B693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B693D

Black with #6B693D

Text Example


Text Example

White with #6B693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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