Html Css Color HEX #698572 Sirocco

📋 copy color: '#698572'

red 105 ◦ green 133 ◦ blue 114

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

Shades of Sirocco #698572

Tints of Sirocco #698572

RGB

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

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

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

R = 29.83%
G = 37.78%
B = 32.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#698572 (or 0x698572) is known color: Sirocco. HEX triplet: 69, 85 and 72. RGB value is (105,133,114). Sum of RGB (Red+Green+Blue) = 105+133+114=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #698572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698572 is #967A8D. Grayscale: #7A7A7A. Windows color (decimal): -9861774 or 7505257. OLE color: 7505257.

HSL color Cylindrical-coordinate representation of color #698572: hue angle of 139.29º 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 #698572 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 114 -
CMYK 0.21 0 0.14 0.48
HSL 139.29º 0.12% 0.47% -
HSV(B) 139.29º 0.21% 0.52% -
XYZ 17.25 20.99 19.06 -
YUV 122.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 105 133 114 0.21 0 0.14 0.48 139.29 0.12 0.47
Hex 69 85 72 15 0 E 30 8B C 2F
Octal 151 205 162 25 0 16 60 213 14 57
Binary 1101001 10000101 1110010 10101 0 1110 110000 10001011 1100 101111

Color Harmonies of #698572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698572

Black with #698572

Text Example


Text Example

White with #698572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698572; }

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

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

background-color css

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

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

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

border-color css

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

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

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