Html Css Color HEX #698672 Sirocco

📋 copy color: '#698672'

red 105 ◦ green 134 ◦ blue 114

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

Shades of Sirocco #698672

Tints of Sirocco #698672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

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

R = 29.75%
G = 37.96%
B = 32.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#698672 (or 0x698672) is known color: Sirocco. HEX triplet: 69, 86 and 72. RGB value is (105,134,114). Sum of RGB (Red+Green+Blue) = 105+134+114=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #698672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698672 is #96798D. Grayscale: #7B7B7B. Windows color (decimal): -9861518 or 7505513. OLE color: 7505513.

HSL color Cylindrical-coordinate representation of color #698672: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698672 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 114 -
CMYK 0.22 0 0.15 0.47
HSL 138.62º 0.12% 0.47% -
HSV(B) 138.62º 0.22% 0.53% -
XYZ 17.39 21.27 19.11 -
YUV 123.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 105 134 114 0.22 0 0.15 0.47 138.62 0.12 0.47
Hex 69 86 72 16 0 F 2F 8B C 2F
Octal 151 206 162 26 0 17 57 213 14 57
Binary 1101001 10000110 1110010 10110 0 1111 101111 10001011 1100 101111

Color Harmonies of #698672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698672

Black with #698672

Text Example


Text Example

White with #698672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698672; }

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

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

background-color css

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

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

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

border-color css

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

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

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