Html Css Color HEX #6B673C Verdigris

📋 copy color: '#6B673C'

red 107 ◦ green 103 ◦ blue 60

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

Shades of Verdigris #6B673C

Tints of Verdigris #6B673C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 39.63%
G = 38.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B673C (or 0x6B673C) is known color: Verdigris. HEX triplet: 6B, 67 and 3C. RGB value is (107,103,60). Sum of RGB (Red+Green+Blue) = 107+103+60=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B673C is #9498C3. Grayscale: #636363. Windows color (decimal): -9738436 or 3958635. OLE color: 3958635.

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

Color convert

RGB 107 103 60 -
CMYK 0 0.04 0.44 0.58
HSL 54.89º 0.28% 0.33% -
HSV(B) 54.89º 0.44% 0.42% -
XYZ 11.73 13.15 6.2 -
YUV 99.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 107 103 60 0 0.04 0.44 0.58 54.89 0.28 0.33
Hex 6B 67 3C 0 4 2C 3A 37 1C 21
Octal 153 147 74 0 4 54 72 67 34 41
Binary 1101011 1100111 111100 0 100 101100 111010 110111 11100 100001

Color Harmonies of #6B673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B673C

Black with #6B673C

Text Example


Text Example

White with #6B673C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,60); }

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

background-color css

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

 a { background-color: rgb(107,103,60); }

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

border-color css

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

 span { border-color: rgb(107,103,60); }

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