Html Css Color HEX #62706A Sirocco

📋 copy color: '#62706A'

red 98 ◦ green 112 ◦ blue 106

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

Shades of Sirocco #62706A

Tints of Sirocco #62706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 31.01%
G = 35.44%
B = 33.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#62706A (or 0x62706A) is known color: Sirocco. HEX triplet: 62, 70 and 6A. RGB value is (98,112,106). Sum of RGB (Red+Green+Blue) = 98+112+106=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #62706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62706A is #9D8F95. Grayscale: #6B6B6B. Windows color (decimal): -10325910 or 6975586. OLE color: 6975586.

HSL color Cylindrical-coordinate representation of color #62706A: hue angle of 154.29º 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 #62706A is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 106 -
CMYK 0.13 0 0.05 0.56
HSL 154.29º 0.07% 0.41% -
HSV(B) 154.29º 0.13% 0.44% -
XYZ 13.43 15.23 15.87 -
YUV 107.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 98 112 106 0.13 0 0.05 0.56 154.29 0.07 0.41
Hex 62 70 6A D 0 5 38 9A 7 29
Octal 142 160 152 15 0 5 70 232 7 51
Binary 1100010 1110000 1101010 1101 0 101 111000 10011010 111 101001

Color Harmonies of #62706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62706A

Black with #62706A

Text Example


Text Example

White with #62706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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