Html Css Color HEX #658474 Cutty Sark

📋 copy color: '#658474'

red 101 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #658474

Tints of Cutty Sark #658474

RGB

 RED value IS 101 (39.84% from 255) = 28.94%

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 28.94%
G = 37.82%
B = 33.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#658474 (or 0x658474) is known color: Cutty Sark. HEX triplet: 65, 84 and 74. RGB value is (101,132,116). Sum of RGB (Red+Green+Blue) = 101+132+116=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #658474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658474 is #9A7B8B. Grayscale: #787878. Windows color (decimal): -10124172 or 7636069. OLE color: 7636069.

HSL color Cylindrical-coordinate representation of color #658474: hue angle of 149.03º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658474 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 132 116 -
CMYK 0.23 0 0.12 0.48
HSL 149.03º 0.13% 0.46% -
HSV(B) 149.03º 0.23% 0.52% -
XYZ 16.77 20.53 19.6 -
YUV 120.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 101 132 116 0.23 0 0.12 0.48 149.03 0.13 0.46
Hex 65 84 74 17 0 C 30 95 D 2E
Octal 145 204 164 27 0 14 60 225 15 56
Binary 1100101 10000100 1110100 10111 0 1100 110000 10010101 1101 101110

Color Harmonies of #658474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658474

Black with #658474

Text Example


Text Example

White with #658474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658474; }

 p { color: rgb(101,132,116); }

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

background-color css

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

 a { background-color: rgb(101,132,116); }

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

border-color css

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

 span { border-color: rgb(101,132,116); }

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