Html Css Color HEX #658175 Cutty Sark

📋 copy color: '#658175'

red 101 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #658175

Tints of Cutty Sark #658175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 29.11%
G = 37.18%
B = 33.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#658175 (or 0x658175) is known color: Cutty Sark. HEX triplet: 65, 81 and 75. RGB value is (101,129,117). Sum of RGB (Red+Green+Blue) = 101+129+117=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #658175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658175 is #9A7E8A. Grayscale: #777777. Windows color (decimal): -10124939 or 7700837. OLE color: 7700837.

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

Color convert

RGB 101 129 117 -
CMYK 0.22 0 0.09 0.49
HSL 154.29º 0.12% 0.45% -
HSV(B) 154.29º 0.22% 0.51% -
XYZ 16.43 19.75 19.78 -
YUV 119.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 101 129 117 0.22 0 0.09 0.49 154.29 0.12 0.45
Hex 65 81 75 16 0 9 31 9A C 2D
Octal 145 201 165 26 0 11 61 232 14 55
Binary 1100101 10000001 1110101 10110 0 1001 110001 10011010 1100 101101

Color Harmonies of #658175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658175

Black with #658175

Text Example


Text Example

White with #658175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658175; }

 p { color: rgb(101,129,117); }

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

background-color css

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

 a { background-color: rgb(101,129,117); }

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

border-color css

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

 span { border-color: rgb(101,129,117); }

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