Html Css Color HEX #6C8273 Sirocco

📋 copy color: '#6C8273'

red 108 ◦ green 130 ◦ blue 115

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

Shades of Sirocco #6C8273

Tints of Sirocco #6C8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

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

R = 30.59%
G = 36.83%
B = 32.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#6C8273 (or 0x6C8273) is known color: Sirocco. HEX triplet: 6C, 82 and 73. RGB value is (108,130,115). Sum of RGB (Red+Green+Blue) = 108+130+115=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8273 is #937D8C. Grayscale: #797979. Windows color (decimal): -9665933 or 7570028. OLE color: 7570028.

HSL color Cylindrical-coordinate representation of color #6C8273: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C8273 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 115 -
CMYK 0.17 0 0.12 0.49
HSL 139.09º 0.09% 0.47% -
HSV(B) 139.09º 0.17% 0.51% -
XYZ 17.26 20.39 19.25 -
YUV 121.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 108 130 115 0.17 0 0.12 0.49 139.09 0.09 0.47
Hex 6C 82 73 11 0 C 31 8B 9 2F
Octal 154 202 163 21 0 14 61 213 11 57
Binary 1101100 10000010 1110011 10001 0 1100 110001 10001011 1001 101111

Color Harmonies of #6C8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8273

Black with #6C8273

Text Example


Text Example

White with #6C8273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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