Html Css Color HEX #698472 Sirocco

📋 copy color: '#698472'

red 105 ◦ green 132 ◦ blue 114

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

Shades of Sirocco #698472

Tints of Sirocco #698472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 29.91%
G = 37.61%
B = 32.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#698472 (or 0x698472) is known color: Sirocco. HEX triplet: 69, 84 and 72. RGB value is (105,132,114). Sum of RGB (Red+Green+Blue) = 105+132+114=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #698472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698472 is #967B8D. Grayscale: #797979. Windows color (decimal): -9862030 or 7505001. OLE color: 7505001.

HSL color Cylindrical-coordinate representation of color #698472: hue angle of 140º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698472 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 114 -
CMYK 0.20 0 0.14 0.48
HSL 140º 0.11% 0.46% -
HSV(B) 140º 0.2% 0.52% -
XYZ 17.11 20.72 19.02 -
YUV 121.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 105 132 114 0.20 0 0.14 0.48 140 0.11 0.46
Hex 69 84 72 14 0 E 30 8C B 2E
Octal 151 204 162 24 0 16 60 214 13 56
Binary 1101001 10000100 1110010 10100 0 1110 110000 10001100 1011 101110

Color Harmonies of #698472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698472

Black with #698472

Text Example


Text Example

White with #698472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698472; }

 p { color: rgb(105,132,114); }

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

background-color css

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

 a { background-color: rgb(105,132,114); }

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

border-color css

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

 span { border-color: rgb(105,132,114); }

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