Html Css Color HEX #698372 Sirocco

📋 copy color: '#698372'

red 105 ◦ green 131 ◦ blue 114

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

Shades of Sirocco #698372

Tints of Sirocco #698372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 30%
G = 37.43%
B = 32.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#698372 (or 0x698372) is known color: Sirocco. HEX triplet: 69, 83 and 72. RGB value is (105,131,114). Sum of RGB (Red+Green+Blue) = 105+131+114=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #698372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698372 is #967C8D. Grayscale: #797979. Windows color (decimal): -9862286 or 7504745. OLE color: 7504745.

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

Color convert

RGB 105 131 114 -
CMYK 0.20 0 0.13 0.49
HSL 140.77º 0.11% 0.46% -
HSV(B) 140.77º 0.2% 0.51% -
XYZ 16.98 20.45 18.97 -
YUV 121.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 105 131 114 0.20 0 0.13 0.49 140.77 0.11 0.46
Hex 69 83 72 14 0 D 31 8D B 2E
Octal 151 203 162 24 0 15 61 215 13 56
Binary 1101001 10000011 1110010 10100 0 1101 110001 10001101 1011 101110

Color Harmonies of #698372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698372

Black with #698372

Text Example


Text Example

White with #698372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698372; }

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

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

background-color css

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

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

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

border-color css

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

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

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