Html Css Color HEX #61756B Sirocco

📋 copy color: '#61756B'

red 97 ◦ green 117 ◦ blue 107

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

Shades of Sirocco #61756B

Tints of Sirocco #61756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 30.22%
G = 36.45%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#61756B (or 0x61756B) is known color: Sirocco. HEX triplet: 61, 75 and 6B. RGB value is (97,117,107). Sum of RGB (Red+Green+Blue) = 97+117+107=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #61756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756B is #9E8A94. Grayscale: #6D6D6D. Windows color (decimal): -10390165 or 7042401. OLE color: 7042401.

HSL color Cylindrical-coordinate representation of color #61756B: hue angle of 150º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #61756B is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 107 -
CMYK 0.17 0 0.09 0.54
HSL 150º 0.09% 0.42% -
HSV(B) 150º 0.17% 0.46% -
XYZ 13.94 16.33 16.33 -
YUV 109.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 97 117 107 0.17 0 0.09 0.54 150 0.09 0.42
Hex 61 75 6B 11 0 9 36 96 9 2A
Octal 141 165 153 21 0 11 66 226 11 52
Binary 1100001 1110101 1101011 10001 0 1001 110110 10010110 1001 101010

Color Harmonies of #61756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61756B

Black with #61756B

Text Example


Text Example

White with #61756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61756B; }

 p { color: rgb(97,117,107); }

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

background-color css

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

 a { background-color: rgb(97,117,107); }

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

border-color css

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

 span { border-color: rgb(97,117,107); }

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