Html Css Color HEX #6F8075 Sirocco

📋 copy color: '#6F8075'

red 111 ◦ green 128 ◦ blue 117

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

Shades of Sirocco #6F8075

Tints of Sirocco #6F8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 31.18%
G = 35.96%
B = 32.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#6F8075 (or 0x6F8075) is known color: Sirocco. HEX triplet: 6F, 80 and 75. RGB value is (111,128,117). Sum of RGB (Red+Green+Blue) = 111+128+117=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #6F8075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8075 is #907F8A. Grayscale: #797979. Windows color (decimal): -9469835 or 7700591. OLE color: 7700591.

HSL color Cylindrical-coordinate representation of color #6F8075: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F8075 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 128 117 -
CMYK 0.13 0 0.09 0.50
HSL 141.18º 0.07% 0.47% -
HSV(B) 141.18º 0.13% 0.5% -
XYZ 17.49 20.1 19.79 -
YUV 121.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 111 128 117 0.13 0 0.09 0.50 141.18 0.07 0.47
Hex 6F 80 75 D 0 9 32 8D 7 2F
Octal 157 200 165 15 0 11 62 215 7 57
Binary 1101111 10000000 1110101 1101 0 1001 110010 10001101 111 101111

Color Harmonies of #6F8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8075

Black with #6F8075

Text Example


Text Example

White with #6F8075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,117); }

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

background-color css

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

 a { background-color: rgb(111,128,117); }

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

border-color css

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

 span { border-color: rgb(111,128,117); }

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