Html Css Color HEX #668376 Cutty Sark

📋 copy color: '#668376'

red 102 ◦ green 131 ◦ blue 118

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

Shades of Cutty Sark #668376

Tints of Cutty Sark #668376

RGB

 RED value IS 102 (40.23% from 255) = 29.06%

 GREEN value IS 131 (51.56% from 255) = 37.32%

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 29.06%
G = 37.32%
B = 33.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#668376 (or 0x668376) is known color: Cutty Sark. HEX triplet: 66, 83 and 76. RGB value is (102,131,118). Sum of RGB (Red+Green+Blue) = 102+131+118=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #668376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668376 is #997C89. Grayscale: #787878. Windows color (decimal): -10058890 or 7766886. OLE color: 7766886.

HSL color Cylindrical-coordinate representation of color #668376: hue angle of 153.1º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668376 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 118 -
CMYK 0.22 0 0.10 0.49
HSL 153.1º 0.12% 0.46% -
HSV(B) 153.1º 0.22% 0.51% -
XYZ 16.87 20.37 20.18 -
YUV 120.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 102 131 118 0.22 0 0.10 0.49 153.1 0.12 0.46
Hex 66 83 76 16 0 A 31 99 C 2E
Octal 146 203 166 26 0 12 61 231 14 56
Binary 1100110 10000011 1110110 10110 0 1010 110001 10011001 1100 101110

Color Harmonies of #668376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668376

Black with #668376

Text Example


Text Example

White with #668376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668376; }

 p { color: rgb(102,131,118); }

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

background-color css

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

 a { background-color: rgb(102,131,118); }

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

border-color css

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

 span { border-color: rgb(102,131,118); }

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