Html Css Color HEX #677469 Sirocco

📋 copy color: '#677469'

red 103 ◦ green 116 ◦ blue 105

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

Shades of Sirocco #677469

Tints of Sirocco #677469

RGB

 RED value IS 103 (40.63% from 255) = 31.79%

 GREEN value IS 116 (45.7% from 255) = 35.8%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 31.79%
G = 35.8%
B = 32.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#677469 (or 0x677469) is known color: Sirocco. HEX triplet: 67, 74 and 69. RGB value is (103,116,105). Sum of RGB (Red+Green+Blue) = 103+116+105=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #677469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677469 is #988B96. Grayscale: #6E6E6E. Windows color (decimal): -9997207 or 6911079. OLE color: 6911079.

HSL color Cylindrical-coordinate representation of color #677469: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #677469 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 105 -
CMYK 0.11 0 0.09 0.55
HSL 129.23º 0.06% 0.43% -
HSV(B) 129.23º 0.11% 0.45% -
XYZ 14.39 16.39 15.77 -
YUV 110.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 103 116 105 0.11 0 0.09 0.55 129.23 0.06 0.43
Hex 67 74 69 B 0 9 37 81 6 2B
Octal 147 164 151 13 0 11 67 201 6 53
Binary 1100111 1110100 1101001 1011 0 1001 110111 10000001 110 101011

Color Harmonies of #677469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677469

Black with #677469

Text Example


Text Example

White with #677469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677469; }

 p { color: rgb(103,116,105); }

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

background-color css

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

 a { background-color: rgb(103,116,105); }

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

border-color css

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

 span { border-color: rgb(103,116,105); }

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