Html Css Color HEX #6C7973 Sirocco

📋 copy color: '#6C7973'

red 108 ◦ green 121 ◦ blue 115

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

Shades of Sirocco #6C7973

Tints of Sirocco #6C7973

RGB

 RED value IS 108 (42.58% from 255) = 31.4%

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 31.4%
G = 35.17%
B = 33.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#6C7973 (or 0x6C7973) is known color: Sirocco. HEX triplet: 6C, 79 and 73. RGB value is (108,121,115). Sum of RGB (Red+Green+Blue) = 108+121+115=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7973 is #93868C. Grayscale: #747474. Windows color (decimal): -9668237 or 7567724. OLE color: 7567724.

HSL color Cylindrical-coordinate representation of color #6C7973: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7973 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 121 115 -
CMYK 0.11 0 0.05 0.53
HSL 152.31º 0.06% 0.45% -
HSV(B) 152.31º 0.11% 0.47% -
XYZ 16.12 18.1 18.86 -
YUV 116.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 108 121 115 0.11 0 0.05 0.53 152.31 0.06 0.45
Hex 6C 79 73 B 0 5 35 98 6 2D
Octal 154 171 163 13 0 5 65 230 6 55
Binary 1101100 1111001 1110011 1011 0 101 110101 10011000 110 101101

Color Harmonies of #6C7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7973

Black with #6C7973

Text Example


Text Example

White with #6C7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7973; }

 p { color: rgb(108,121,115); }

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

background-color css

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

 a { background-color: rgb(108,121,115); }

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

border-color css

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

 span { border-color: rgb(108,121,115); }

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