#68837B

Color #68837B Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #68837B

Tints of Cutty Sark #68837B

Color information

#68837B (or 0x68837B) is unknown color: approx Cutty Sark. HEX triplet: 68, 83 and 7B. RGB value is (104,131,123). Sum of RGB (Red+Green+Blue) = 104+131+123=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #68837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68837B is #977C84. Grayscale: #7A7A7A. Windows color (decimal): -9927813 or 8094568. OLE color: 8094568.

HSL color Cylindrical-coordinate representation of color #68837B: hue angle of 162.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68837B is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB104131123-
CMYK0.2100.060.49
HSL162.22º11.49%46.08%-
HSV(B)162.22º20.61%51.37%-
XYZ17.420.6121.8-
YUV122.02128.55115.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=29.05%
G=36.59%
B=34.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311230.2100.060.49162.2211.4946.08
Hex68837B150631a2b2e
Octal1502031732506612421356
Binary1101000100000111111011101010110110001101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68837B; }

 p { color: rgb(104,131,123); }

 H1.HeaderClassName
 {
   color: #68837B;
 }
 .AnyTagClassName
 {
   color: #68837B;
 }
</style>
background-color css

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

 a { background-color: rgb(104,131,123); }

 div.DivClassName
 {
   background-color: #68837B;
 }
 .BgClassName
 {
   background-color: #68837B;
 }
</style>
border-color css

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

 span { border-color: rgb(104,131,123); }

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