Html Css Color HEX #62706B Cutty Sark

📋 copy color: '#62706B'

red 98 ◦ green 112 ◦ blue 107

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

Shades of Cutty Sark #62706B

Tints of Cutty Sark #62706B

RGB

 RED value IS 98 (38.67% from 255) = 30.91%

 GREEN value IS 112 (44.14% from 255) = 35.33%

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 30.91%
G = 35.33%
B = 33.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#62706B (or 0x62706B) is known color: Cutty Sark. HEX triplet: 62, 70 and 6B. RGB value is (98,112,107). Sum of RGB (Red+Green+Blue) = 98+112+107=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #62706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62706B is #9D8F94. Grayscale: #6B6B6B. Windows color (decimal): -10325909 or 7041122. OLE color: 7041122.

HSL color Cylindrical-coordinate representation of color #62706B: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62706B is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 107 -
CMYK 0.13 0 0.04 0.56
HSL 158.57º 0.07% 0.41% -
HSV(B) 158.57º 0.13% 0.44% -
XYZ 13.49 15.25 16.14 -
YUV 107.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 98 112 107 0.13 0 0.04 0.56 158.57 0.07 0.41
Hex 62 70 6B D 0 4 38 9F 7 29
Octal 142 160 153 15 0 4 70 237 7 51
Binary 1100010 1110000 1101011 1101 0 100 111000 10011111 111 101001

Color Harmonies of #62706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62706B

Black with #62706B

Text Example


Text Example

White with #62706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,112,107); }

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

background-color css

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

 a { background-color: rgb(98,112,107); }

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

border-color css

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

 span { border-color: rgb(98,112,107); }

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