Html Css Color HEX #698071 Sirocco

📋 copy color: '#698071'

red 105 ◦ green 128 ◦ blue 113

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

Shades of Sirocco #698071

Tints of Sirocco #698071

RGB

 RED value IS 105 (41.41% from 255) = 30.35%

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 30.35%
G = 36.99%
B = 32.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#698071 (or 0x698071) is known color: Sirocco. HEX triplet: 69, 80 and 71. RGB value is (105,128,113). Sum of RGB (Red+Green+Blue) = 105+128+113=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #698071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698071 is #967F8E. Grayscale: #777777. Windows color (decimal): -9863055 or 7438441. OLE color: 7438441.

HSL color Cylindrical-coordinate representation of color #698071: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #698071 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 113 -
CMYK 0.18 0 0.12 0.50
HSL 140.87º 0.1% 0.46% -
HSV(B) 140.87º 0.18% 0.5% -
XYZ 16.53 19.63 18.54 -
YUV 119.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 105 128 113 0.18 0 0.12 0.50 140.87 0.1 0.46
Hex 69 80 71 12 0 C 32 8D A 2E
Octal 151 200 161 22 0 14 62 215 12 56
Binary 1101001 10000000 1110001 10010 0 1100 110010 10001101 1010 101110

Color Harmonies of #698071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698071

Black with #698071

Text Example


Text Example

White with #698071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698071; }

 p { color: rgb(105,128,113); }

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

background-color css

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

 a { background-color: rgb(105,128,113); }

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

border-color css

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

 span { border-color: rgb(105,128,113); }

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