Html Css Color HEX #6B9886 Patina

📋 copy color: '#6B9886'

red 107 ◦ green 152 ◦ blue 134

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

Shades of Patina #6B9886

Tints of Patina #6B9886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 27.23%
G = 38.68%
B = 34.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#6B9886 (or 0x6B9886) is known color: Patina. HEX triplet: 6B, 98 and 86. RGB value is (107,152,134). Sum of RGB (Red+Green+Blue) = 107+152+134=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9886 is #946779. Grayscale: #888888. Windows color (decimal): -9725818 or 8820843. OLE color: 8820843.

HSL color Cylindrical-coordinate representation of color #6B9886: hue angle of 156º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9886 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 134 -
CMYK 0.30 0 0.12 0.40
HSL 156º 0.18% 0.51% -
HSV(B) 156º 0.3% 0.6% -
XYZ 21.59 27.3 26.69 -
YUV 136.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 107 152 134 0.30 0 0.12 0.40 156 0.18 0.51
Hex 6B 98 86 1E 0 C 28 9C 12 33
Octal 153 230 206 36 0 14 50 234 22 63
Binary 1101011 10011000 10000110 11110 0 1100 101000 10011100 10010 110011

Color Harmonies of #6B9886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9886

Black with #6B9886

Text Example


Text Example

White with #6B9886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,152,134); }

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

background-color css

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

 a { background-color: rgb(107,152,134); }

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

border-color css

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

 span { border-color: rgb(107,152,134); }

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