Html Css Color HEX #698274 Sirocco

📋 copy color: '#698274'

red 105 ◦ green 130 ◦ blue 116

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

Shades of Sirocco #698274

Tints of Sirocco #698274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 29.91%
G = 37.04%
B = 33.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#698274 (or 0x698274) is known color: Sirocco. HEX triplet: 69, 82 and 74. RGB value is (105,130,116). Sum of RGB (Red+Green+Blue) = 105+130+116=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #698274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698274 is #967D8B. Grayscale: #787878. Windows color (decimal): -9862540 or 7635561. OLE color: 7635561.

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

Color convert

RGB 105 130 116 -
CMYK 0.19 0 0.11 0.49
HSL 146.4º 0.11% 0.46% -
HSV(B) 146.4º 0.19% 0.51% -
XYZ 16.96 20.23 19.53 -
YUV 120.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 105 130 116 0.19 0 0.11 0.49 146.4 0.11 0.46
Hex 69 82 74 13 0 B 31 92 B 2E
Octal 151 202 164 23 0 13 61 222 13 56
Binary 1101001 10000010 1110100 10011 0 1011 110001 10010010 1011 101110

Color Harmonies of #698274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698274

Black with #698274

Text Example


Text Example

White with #698274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698274; }

 p { color: rgb(105,130,116); }

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

background-color css

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

 a { background-color: rgb(105,130,116); }

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

border-color css

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

 span { border-color: rgb(105,130,116); }

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