Html Css Color HEX #698576 Sirocco

📋 copy color: '#698576'

red 105 ◦ green 133 ◦ blue 118

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

Shades of Sirocco #698576

Tints of Sirocco #698576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 29.49%
G = 37.36%
B = 33.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#698576 (or 0x698576) is known color: Sirocco. HEX triplet: 69, 85 and 76. RGB value is (105,133,118). Sum of RGB (Red+Green+Blue) = 105+133+118=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #698576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698576 is #967A89. Grayscale: #7A7A7A. Windows color (decimal): -9861770 or 7767401. OLE color: 7767401.

HSL color Cylindrical-coordinate representation of color #698576: hue angle of 147.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698576 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 118 -
CMYK 0.21 0 0.11 0.48
HSL 147.86º 0.12% 0.47% -
HSV(B) 147.86º 0.21% 0.52% -
XYZ 17.48 21.09 20.29 -
YUV 122.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 105 133 118 0.21 0 0.11 0.48 147.86 0.12 0.47
Hex 69 85 76 15 0 B 30 94 C 2F
Octal 151 205 166 25 0 13 60 224 14 57
Binary 1101001 10000101 1110110 10101 0 1011 110000 10010100 1100 101111

Color Harmonies of #698576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698576

Black with #698576

Text Example


Text Example

White with #698576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698576; }

 p { color: rgb(105,133,118); }

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

background-color css

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

 a { background-color: rgb(105,133,118); }

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

border-color css

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

 span { border-color: rgb(105,133,118); }

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