Html Css Color HEX #617269 Sirocco

📋 copy color: '#617269'

red 97 ◦ green 114 ◦ blue 105

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

Shades of Sirocco #617269

Tints of Sirocco #617269

RGB

 RED value IS 97 (38.28% from 255) = 30.7%

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 30.7%
G = 36.08%
B = 33.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#617269 (or 0x617269) is known color: Sirocco. HEX triplet: 61, 72 and 69. RGB value is (97,114,105). Sum of RGB (Red+Green+Blue) = 97+114+105=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #617269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617269 is #9E8D96. Grayscale: #6B6B6B. Windows color (decimal): -10390935 or 6910561. OLE color: 6910561.

HSL color Cylindrical-coordinate representation of color #617269: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #617269 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 105 -
CMYK 0.15 0 0.08 0.55
HSL 148.24º 0.08% 0.41% -
HSV(B) 148.24º 0.15% 0.45% -
XYZ 13.5 15.6 15.66 -
YUV 107.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 97 114 105 0.15 0 0.08 0.55 148.24 0.08 0.41
Hex 61 72 69 F 0 8 37 94 8 29
Octal 141 162 151 17 0 10 67 224 10 51
Binary 1100001 1110010 1101001 1111 0 1000 110111 10010100 1000 101001

Color Harmonies of #617269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617269

Black with #617269

Text Example


Text Example

White with #617269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617269; }

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

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

background-color css

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

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

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

border-color css

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

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

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