Html Css Color HEX #6F8479 Sirocco

📋 copy color: '#6F8479'

red 111 ◦ green 132 ◦ blue 121

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

Shades of Sirocco #6F8479

Tints of Sirocco #6F8479

RGB

 RED value IS 111 (43.75% from 255) = 30.49%

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 30.49%
G = 36.26%
B = 33.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6F8479 (or 0x6F8479) is known color: Sirocco. HEX triplet: 6F, 84 and 79. RGB value is (111,132,121). Sum of RGB (Red+Green+Blue) = 111+132+121=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8479 is #907B86. Grayscale: #7C7C7C. Windows color (decimal): -9468807 or 7963759. OLE color: 7963759.

HSL color Cylindrical-coordinate representation of color #6F8479: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F8479 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 132 121 -
CMYK 0.16 0 0.08 0.48
HSL 148.57º 0.09% 0.48% -
HSV(B) 148.57º 0.16% 0.52% -
XYZ 18.26 21.26 21.23 -
YUV 124.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 111 132 121 0.16 0 0.08 0.48 148.57 0.09 0.48
Hex 6F 84 79 10 0 8 30 95 9 30
Octal 157 204 171 20 0 10 60 225 11 60
Binary 1101111 10000100 1111001 10000 0 1000 110000 10010101 1001 110000

Color Harmonies of #6F8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8479

Black with #6F8479

Text Example


Text Example

White with #6F8479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,121); }

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

background-color css

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

 a { background-color: rgb(111,132,121); }

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

border-color css

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

 span { border-color: rgb(111,132,121); }

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