Html Css Color HEX #66837A Cutty Sark

📋 copy color: '#66837A'

red 102 ◦ green 131 ◦ blue 122

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

Shades of Cutty Sark #66837A

Tints of Cutty Sark #66837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 28.73%
G = 36.9%
B = 34.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#66837A (or 0x66837A) is known color: Cutty Sark. HEX triplet: 66, 83 and 7A. RGB value is (102,131,122). Sum of RGB (Red+Green+Blue) = 102+131+122=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #66837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66837A is #997C85. Grayscale: #797979. Windows color (decimal): -10058886 or 8029030. OLE color: 8029030.

HSL color Cylindrical-coordinate representation of color #66837A: hue angle of 161.38º 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 #66837A is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 122 -
CMYK 0.22 0 0.07 0.49
HSL 161.38º 0.12% 0.46% -
HSV(B) 161.38º 0.22% 0.51% -
XYZ 17.11 20.46 21.46 -
YUV 121.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 102 131 122 0.22 0 0.07 0.49 161.38 0.12 0.46
Hex 66 83 7A 16 0 7 31 A1 C 2E
Octal 146 203 172 26 0 7 61 241 14 56
Binary 1100110 10000011 1111010 10110 0 111 110001 10100001 1100 101110

Color Harmonies of #66837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66837A

Black with #66837A

Text Example


Text Example

White with #66837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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